Home
last modified time | relevance | path

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

12

/freebsd-src/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.h109 typedef std::map<BroadcastEventSpec, lldb::ListenerSP> collection; global() typedef
405 collection; global() typedef
H A DVMRange.h25 typedef std::vector<VMRange> collection; typedef
/freebsd-src/contrib/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.h83 typedef std::vector<Entry> collection; global() typedef
H A DDWARFDebugInfoEntry.h37 typedef std::vector<DWARFDebugInfoEntry> collection; typedef
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResourceList.h
H A DBreakpointLocationCollection.h155 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef
H A DBreakpointLocationList.h194 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectList.h55 typedef std::vector<lldb::ValueObjectSP> collection; typedef
H A DModuleList.h485 collection; ///< The module collection type. global() typedef
[all...]
/freebsd-src/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.h146 typedef std::vector<pair> collection; global() typedef
H A DStackFrameList.h127 typedef std::vector<lldb::StackFrameSP> collection; typedef
/freebsd-src/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-src/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.h67 typedef std::map<lldb::addr_t, lldb::FuncUnwindersSP> collection; global() typedef
H A DBlock.h363 typedef std::vector<lldb::BlockSP> collection; global() typedef
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h118 typedef std::vector<lldb::OptionValueSP> collection; typedef

12