Home
last modified time | relevance | path

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

123

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

123