Home
last modified time | relevance | path

Searched refs:collection (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointSiteList.cpp27 collection::iterator iter = m_bp_site_list.find(bp_site_load_addr); in Add()
30 m_bp_site_list.insert(iter, collection::value_type(bp_site_load_addr, bp)); in Add()
65 collection::iterator pos = GetIDIterator(break_id); // Predicate in Remove()
75 collection::iterator pos = m_bp_site_list.find(address); in RemoveByAddress()
95 BreakpointSiteList::collection::iterator
103 BreakpointSiteList::collection::const_iterator
114 collection::iterator pos = GetIDIterator(break_id); in FindByID()
125 collection::const_iterator pos = GetIDConstIterator(break_id); in FindByID()
135 collection::iterator iter = m_bp_site_list.find(addr); in FindByAddress()
144 collection::const_iterator pos = GetIDConstIterator(bp_site_id); in BreakpointSiteContainsBreakpoint()
[all …]
DBreakpointLocationCollection.cpp36 collection::iterator pos = GetIDPairIterator(bp_id, bp_loc_id); // Predicate in Remove()
60 BreakpointLocationCollection::collection::iterator
69 BreakpointLocationCollection::collection::const_iterator
82 collection::iterator pos = GetIDPairIterator(break_id, break_loc_id); in FindByIDPair()
92 collection::const_iterator pos = in FindByIDPair()
141 collection::iterator pos, begin = m_break_loc_collection.begin(), in ValidForThisThread()
153 collection::const_iterator pos, begin = m_break_loc_collection.begin(), in IsInternal()
170 collection::iterator pos, begin = m_break_loc_collection.begin(), in GetDescription()
DBreakpointLocationList.cpp70 collection::const_iterator end = m_locations.end(); in FindByID()
71 collection::const_iterator pos = in FindByID()
83 collection::iterator pos, end = m_locations.end(); in FindInModule()
129 collection::const_iterator pos, end = m_locations.end(); in Dump()
155 collection::iterator pos, end = m_locations.end(); in ClearAllBreakpointSites()
162 collection::iterator pos, end = m_locations.end(); in ResolveAllBreakpointSites()
173 collection::const_iterator pos, end = m_locations.end(); in GetHitCount()
188 collection::const_iterator pos, end = m_locations.end(); in GetNumResolvedLocations()
199 collection::iterator pos, end = m_locations.end(); in GetDescription()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDeclContext.cpp28 collection::const_reverse_iterator pos; in GetQualifiedName()
29 collection::const_reverse_iterator begin = m_entries.rbegin(); in GetQualifiedName()
30 collection::const_reverse_iterator end = m_entries.rend(); in GetQualifiedName()
60 collection::const_iterator pos; in operator ==()
61 collection::const_iterator begin = m_entries.begin(); in operator ==()
62 collection::const_iterator end = m_entries.end(); in operator ==()
64 collection::const_iterator rhs_pos; in operator ==()
65 collection::const_iterator rhs_begin = rhs.m_entries.begin(); in operator ==()
DUniqueDWARFASTType.h67 typedef std::vector<UniqueDWARFASTType> collection; typedef
68 collection m_collection;
86 collection::const_iterator pos = m_collection.find(unique_name_cstr); in Find()
95 typedef llvm::DenseMap<const char *, UniqueDWARFASTTypeList> collection; typedef
96 collection m_collection;
DDWARFAttribute.h34 typedef std::vector<DWARFAttribute> collection; typedef
35 typedef collection::iterator iterator;
36 typedef collection::const_iterator const_iterator;
76 typedef llvm::SmallVector<AttributeValue, 8> collection; typedef
77 collection m_infos;
/openbsd/src/gnu/llvm/lldb/source/Target/
DUnixSignals.cpp128 collection::iterator pos = m_signals.find(signo); in RemoveSignal()
135 collection::const_iterator pos = m_signals.find(signo); in GetSignalAsCString()
155 collection::const_iterator pos, end = m_signals.end(); in GetSignalNumberFromName()
178 collection::const_iterator pos = m_signals.find(current_signal); in GetNextSignalNumber()
179 collection::const_iterator end = m_signals.end(); in GetNextSignalNumber()
194 collection::const_iterator pos = m_signals.find(signo); in GetSignalInfo()
207 collection::const_iterator pos = m_signals.find(signo); in GetShouldSuppress()
214 collection::iterator pos = m_signals.find(signo); in SetShouldSuppress()
231 collection::const_iterator pos = m_signals.find(signo); in GetShouldStop()
238 collection::iterator pos = m_signals.find(signo); in SetShouldStop()
[all …]
DThreadList.cpp239 collection threads_copy; in ShouldStop()
270 collection::iterator pos, end = threads_copy.end(); in ShouldStop()
381 collection::iterator pos, end = m_threads.end(); in ShouldReportStop()
429 collection::iterator pos, end = m_threads.end(); in SetShouldReportStop()
442 collection::iterator pos, end = m_threads.end(); in ShouldReportRun()
497 collection::iterator pos, end = m_threads.end(); in RefreshStateAfterStop()
507 collection::iterator pos, end = m_threads.end(); in DiscardThreadPlans()
520 collection::iterator pos, end = m_threads.end(); in WillResume()
657 collection::iterator pos, end = m_threads.end(); in DidResume()
669 collection::iterator pos, end = m_threads.end(); in DidStop()
[all …]
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DTypeMap.h44 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection; typedef
45 typedef AdaptedIterable<collection, lldb::TypeSP, map_adapter> TypeIterable;
61 typedef collection::iterator iterator;
62 typedef collection::const_iterator const_iterator;
64 collection m_types;
DTypeList.h41 typedef std::vector<lldb::TypeSP> collection; typedef
42 typedef AdaptedIterable<collection, lldb::TypeSP, vector_adapter>
62 typedef collection::iterator iterator;
63 typedef collection::const_iterator const_iterator;
65 collection m_types;
DUnwindTable.h67 typedef std::map<lldb::addr_t, lldb::FuncUnwindersSP> collection; typedef
68 typedef collection::iterator iterator;
69 typedef collection::const_iterator const_iterator;
72 collection m_unwinds;
DVariableList.h19 typedef std::vector<lldb::VariableSP> collection; typedef
70 typedef collection::iterator iterator;
71 typedef collection::const_iterator const_iterator;
79 collection m_variables;
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DBreakpointLocationCollection.h155 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef
157 collection::iterator GetIDPairIterator(lldb::break_id_t break_id,
160 collection::const_iterator
164 collection m_break_loc_collection;
168 typedef AdaptedIterable<collection, lldb::BreakpointLocationSP,
DBreakpointSiteList.h161 typedef std::map<lldb::addr_t, lldb::BreakpointSiteSP> collection; typedef
163 collection::iterator GetIDIterator(lldb::break_id_t breakID);
165 collection::const_iterator GetIDConstIterator(lldb::break_id_t breakID) const;
168 collection m_bp_site_list; // The breakpoint site list.
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DThreadCollection.h22 typedef std::vector<lldb::ThreadSP> collection; typedef
23 typedef LockingAdaptedIterable<collection, lldb::ThreadSP, vector_adapter,
29 ThreadCollection(collection threads);
53 collection m_threads;
DStackFrameList.h113 typedef std::vector<lldb::StackFrameSP> collection; typedef
114 typedef collection::iterator iterator;
115 typedef collection::const_iterator const_iterator;
135 collection m_frames;
DPathMappingList.h135 typedef std::vector<pair> collection; typedef
136 typedef collection::iterator iterator;
137 typedef collection::const_iterator const_iterator;
143 collection m_pairs;
DQueueList.h50 typedef std::vector<lldb::QueueSP> collection; typedef
51 typedef LockingAdaptedIterable<collection, lldb::QueueSP, vector_adapter,
101 collection m_queues; ///< The queues for this process.
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.h170 typedef std::vector<ImageInfo> collection; typedef
171 typedef collection::iterator iterator;
172 typedef collection::const_iterator const_iterator;
204 ImageInfo::collection &image_infos);
210 UpdateSpecialBinariesFromNewImageInfos(ImageInfo::collection &image_infos);
217 void AddExecutableModuleIfInImageInfos(ImageInfo::collection &image_infos);
219 bool AddModulesUsingImageInfos(ImageInfo::collection &image_infos);
233 ImageInfo::collection
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DVMRange.h25 typedef std::vector<VMRange> collection; typedef
26 typedef collection::iterator iterator;
27 typedef collection::const_iterator const_iterator;
84 static bool ContainsValue(const VMRange::collection &coll,
87 static bool ContainsRange(const VMRange::collection &coll,
DStringList.h27 typedef std::vector<std::string> collection; typedef
60 typedef collection::iterator iterator;
61 typedef collection::const_iterator const_iterator;
133 collection m_strings;
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.h82 typedef std::vector<MachThreadSP> collection; typedef
83 typedef collection::iterator iterator;
84 typedef collection::const_iterator const_iterator;
97 collection *num_threads = NULL);
100 collection m_threads;
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.h190 typedef std::vector<KextImageInfo> collection; typedef
191 typedef collection::iterator iterator;
192 typedef collection::const_iterator const_iterator;
254 UpdateImageInfosHeaderAndLoadCommands(KextImageInfo::collection &image_infos,
260 KextImageInfo::collection &image_infos);
288 KextImageInfo::collection m_known_kexts;
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DDNBBreakpoint.h142 typedef std::map<nub_addr_t, DNBBreakpoint> collection; typedef
143 typedef collection::iterator iterator;
144 typedef collection::const_iterator const_iterator;
145 collection m_breakpoints;
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DModuleList.h486 collection; ///< The module collection type. typedef
492 collection::iterator RemoveImpl(collection::iterator pos,
498 collection m_modules; ///< The collection of modules.
504 typedef LockingAdaptedIterable<collection, lldb::ModuleSP, vector_adapter,
511 typedef AdaptedIterable<collection, lldb::ModuleSP, vector_adapter>

12345678910>>...16