Searched defs:collection (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h195 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef in class:lldb_private::BreakpointLocationCollection
H A DBreakpointSiteList.h203 typedef std::map<lldb::addr_t, lldb::BreakpointSiteSP> collection; typedef in class:lldb_private::BreakpointSiteList
H A DBreakpointLocationList.h258 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef in class:lldb_private::BreakpointLocationList
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectList.h85 typedef std::vector<lldb::ValueObjectSP> collection; typedef in class:lldb_private::ValueObjectList
H A DStreamCallback.h37 typedef std::map<lldb::tid_t, StreamString> collection; typedef in class:lldb_private::StreamCallback
H A DFileSpecList.h235 typedef std::vector<FileSpec> collection; ///< The collection type for the file list. typedef in class:lldb_private::FileSpecList
H A DModuleList.h558 typedef std::vector<lldb::ModuleSP> collection; ///< The module collection type. typedef in class:lldb_private::ModuleList
[all...]
H A DHistory.h79 typedef std::stack<HistoryEvent> collection; typedef in class:lldb_private::HistorySource
H A DStreamTee.h169 typedef std::vector<lldb::StreamSP> collection; typedef in class:lldb_private::StreamTee
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariableList.h87 typedef std::vector<lldb::VariableSP> collection; typedef in class:lldb_private::VariableList
H A DTypeList.h56 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection; typedef in class:lldb_private::TypeList
H A DUnwindTable.h51 typedef std::map<lldb::addr_t, lldb::FuncUnwindersSP> collection; typedef in class:lldb_private::UnwindTable
H A DBlock.h472 typedef std::vector<lldb::BlockSP> collection; typedef in class:lldb_private::Block
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIECollection.h43 typedef std::vector<const DWARFDebugInfoEntry *> collection; typedef in class:DWARFDIECollection
H A DDWARFDebugPubnames.h31 typedef std::list<DWARFDebugPubnamesSet> collection; typedef in class:DWARFDebugPubnames
H A DDWARFDeclContext.h104 typedef std::vector<Entry> collection; typedef in class:DWARFDeclContext
H A DDWARFAttribute.h36 typedef std::vector<DWARFAttribute> collection; typedef in class:DWARFAttribute
/freebsd-10.2-release/contrib/atf/atf-c++/
H A Dutils.hpp51 grep_collection(const std::string& regexp, const Collection& collection) argument
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DQueueList.h62 typedef std::vector<lldb::QueueSP> collection; typedef in class:lldb_private::QueueList
H A DTargetList.h226 typedef std::vector<lldb::TargetSP> collection; typedef in class:lldb_private::TargetList
H A DThreadList.h76 typedef std::vector<lldb::ThreadSP> collection; typedef in class:lldb_private::ThreadList
H A DPathMappingList.h153 typedef std::vector <pair> collection; typedef in class:lldb_private::PathMappingList
H A DUnixSignals.h136 typedef std::map <int32_t, Signal> collection; typedef in class:lldb_private::UnixSignals
H A DStackFrameList.h135 typedef std::vector<lldb::StackFrameSP> collection; typedef in class:lldb_private::StackFrameList
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h131 typedef std::map<ConstString, lldb::OptionValueSP> collection; typedef in class:lldb_private::OptionValueDictionary

Completed in 216 milliseconds

12