Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.h74 typedef std::vector<UniqueDWARFASTType> collection; typedef
101 typedef llvm::DenseMap<const char *, UniqueDWARFASTTypeList> collection; typedef
H A DDWARFDeclContext.h103 typedef std::vector<Entry> collection; typedef
H A DDWARFDebugInfoEntry.h37 typedef std::vector<DWARFDebugInfoEntry> collection; typedef
/freebsd/contrib/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; typedef
H A DStringList.h27 typedef std::vector<std::string> collection; typedef
H A DBroadcaster.h110 typedef std::map<BroadcastEventSpec, lldb::ListenerSP> collection; typedef
404 collection; typedef
H A DVMRange.h25 typedef std::vector<VMRange> collection; typedef
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectList.h55 typedef std::vector<lldb::ValueObjectSP> collection; typedef
H A DModuleList.h506 collection; ///< The module collection type. typedef
/freebsd/contrib/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; typedef
H A DStackFrameList.h127 typedef std::vector<lldb::StackFrameSP> collection; typedef
/freebsd/contrib/atf/atf-c++/
H A Dutils.hpp52 grep_collection(const std::string& regexp, const Collection& collection) in grep_collection()
H A Dmacros.hpp119 #define ATF_REQUIRE_IN(element, collection) \ argument
122 #define ATF_REQUIRE_NOT_IN(element, collection) \ argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h155 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef
H A DBreakpointSiteList.h
H A DBreakpointLocationList.h194 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef
/freebsd/contrib/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; typedef
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h118 typedef std::vector<lldb::OptionValueSP> collection; typedef

12