Home
last modified time | relevance | path

Searched defs:collection (Results 1 – 25 of 54) sorted by relevance

123

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.h67 typedef std::vector<UniqueDWARFASTType> collection; typedef
95 typedef llvm::DenseMap<const char *, UniqueDWARFASTTypeList> collection; typedef
H A DDWARFAttribute.h34 typedef std::vector<DWARFAttribute> collection; typedef
76 typedef llvm::SmallVector<AttributeValue, 8> collection; typedef
H A DDWARFDeclContext.h79 typedef std::vector<Entry> collection; typedef
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DThreadCollection.h22 typedef std::vector<lldb::ThreadSP> collection; typedef
H A DQueueList.h50 typedef std::vector<lldb::QueueSP> collection; typedef
H A DTargetList.h46 typedef std::vector<lldb::TargetSP> collection; typedef
H A DPathMappingList.h135 typedef std::vector<pair> collection; typedef
H A DStackFrameList.h113 typedef std::vector<lldb::StackFrameSP> collection; typedef
H A DUnixSignals.h131 typedef std::map<int32_t, Signal> collection; typedef
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectList.h55 typedef std::vector<lldb::ValueObjectSP> collection; typedef
H A DFileSpecList.h28 typedef std::vector<FileSpec> collection; typedef
/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h155 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef
H A DBreakpointSiteList.h161 typedef std::map<lldb::addr_t, lldb::BreakpointSiteSP> collection; typedef
H A DBreakpointLocationList.h194 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DTypeMap.h44 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection; typedef
H A DTypeList.h41 typedef std::vector<lldb::TypeSP> collection; typedef
H A DVariableList.h19 typedef std::vector<lldb::VariableSP> collection; typedef
H A DUnwindTable.h67 typedef std::map<lldb::addr_t, lldb::FuncUnwindersSP> collection; typedef
H A DBlock.h363 typedef std::vector<lldb::BlockSP> collection; typedef
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h81 typedef std::map<ConstString, lldb::OptionValueSP> collection; typedef
H A DOptionValueArray.h118 typedef std::vector<lldb::OptionValueSP> collection; typedef
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h82 typedef std::vector<MachThreadSP> collection; typedef
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DStringList.h27 typedef std::vector<std::string> collection; typedef
H A DBroadcaster.h109 typedef std::map<BroadcastEventSpec, lldb::ListenerSP> collection; typedef
489 collection; typedef
H A DVMRange.h25 typedef std::vector<VMRange> collection; typedef

123