Home
last modified time | relevance | path

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

123

/llvm-project/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.h147 typedef std::vector<pair> collection; global() typedef
H A DStackFrameList.h127 typedef std::vector<lldb::StackFrameSP> collection; global() typedef
/llvm-project/lldb/include/lldb/Core/
H A DValueObjectList.h
H A DModuleList.h506 collection; ///< The module collection type. typedef
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.h69 typedef std::vector<UniqueDWARFASTType> collection; global() typedef
95 typedef llvm::DenseMap<const char *, UniqueDWARFASTTypeList> collection; global() typedef
H A DDWARFDeclContext.h103 typedef std::vector<Entry> collection; typedef
H A DDWARFDebugInfoEntry.h37 typedef collection::iterator iterator; typedef
/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h29 typedef std::vector<std::shared_ptr<SupportFile>> collection; typedef
87 typedef std::vector<FileSpec> collection; global() typedef
H A DStringList.h27 typedef std::vector<std::string> collection; typedef
H A DVMRange.h25 typedef std::vector<VMRange> collection; typedef
H A DBroadcaster.h110 typedef std::map<BroadcastEventSpec, lldb::ListenerSP> collection; typedef
404 collection; typedef
/llvm-project/clang/test/CodeCompletion/
H A Dtemplate-signature.cpp25 Collection<int, Vector> collection; variable
/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h46 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.h71 typedef std::map<lldb::addr_t, lldb::FuncUnwindersSP> collection; typedef
H A DBlock.h365 typedef std::vector<lldb::BlockSP> collection; global() typedef
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h155 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef
H A DBreakpointLocationList.h194 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h82 typedef std::vector<MachThreadSP> collection; typedef
/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h118 typedef std::vector<lldb::OptionValueSP> collection; typedef
/llvm-project/mlir/include/mlir/IR/
H A DSymbolTable.h339 explicit LockedSymbolTableCollection(SymbolTableCollection &collection) in LockedSymbolTableCollection()
375 SymbolTableCollection &collection; variable

123