| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | RangeMap.h | 141 typedef llvm::SmallVector<Entry, N> Collection; typedef 224 typename Collection::const_iterator pos, end, prev; in IsSorted() 250 Collection minimal_ranges(m_entries.begin(), pos); in CombineConsecutiveRanges() 284 typename Collection::iterator pos, end; in Slide() 291 void Reserve(typename Collection::size_type size) { m_entries.reserve(size); } in Reserve() 322 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryIndexThatContains() 323 typename Collection::const_iterator end = m_entries.end(); in FindEntryIndexThatContains() 324 typename Collection::const_iterator pos = in FindEntryIndexThatContains() 344 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryThatContains() 345 typename Collection::const_iterator end = m_entries.end(); in FindEntryThatContains() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | AddressRanges.h | 56 using Collection = SmallVector<AddressRange>; 57 Collection Ranges; 67 Collection::const_iterator It = find(Addr); in getRangeThatContains() 73 Collection::const_iterator insert(AddressRange Range); 83 Collection::const_iterator begin() const { return Ranges.begin(); } in begin() 84 Collection::const_iterator end() const { return Ranges.end(); } in end() 87 Collection::const_iterator find(uint64_t Addr) const; 88 Collection::const_iterator find(AddressRange Range) const; 108 Collection::const_iterator RangesIt = AddressRanges::insert(Range); in insert() 130 Collection::const_iterator It = find(Addr); in getRangeValueThatContains()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | LineTable.h | 119 typedef std::vector<gsym::LineEntry> Collection; typedef 120 Collection Lines; ///< All line entries in the line table. 223 Collection::const_iterator begin() const { return Lines.begin(); } in begin() 224 Collection::const_iterator end() const { return Lines.end(); } in end()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | AddressRanges.cpp | 15 AddressRanges::Collection::const_iterator 37 AddressRanges::Collection::const_iterator 53 AddressRanges::Collection::const_iterator
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfod/ |
| H A D | llvm-debuginfod.cpp | 79 DebuginfodCollection Collection(Paths, Log, Pool, MinInterval); in main() local 80 DebuginfodServer Server(Log, Collection); in main() 100 ExitOnErr(Collection.updateForever(std::chrono::seconds(ScanInterval))); in main()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | RegisterNumber.h | 50 typedef std::map<lldb::RegisterKind, uint32_t> Collection; typedef 55 Collection m_kind_regnum_map;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUIGroupLP.cpp | 121 SmallVector<SUnit *, 32> Collection; member in __anon61a287fa0111::SchedGroup 146 bool isFull() const { return MaxSize && Collection.size() >= *MaxSize; } in isFull() 153 Collection.push_back(&SU); in add() 157 void pop() { Collection.pop_back(); } in pop() 324 SmallVector<SUnit *, 32> TempCollection = SG.Collection; in reset() 325 SG.Collection.clear(); in reset() 330 SG.Collection.push_back(*SchedBarr); in reset() 371 for (auto &SU : SG.Collection) { in makePipeline() 902 for (auto *A : Collection) { in link() 924 for (auto *A : Collection) { in link() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerRegistryData.h | 179 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { in binaryFind() argument 184 assert(llvm::is_sorted(Collection, CheckerOrPackageFullNameLT{}) && in binaryFind() 188 return llvm::lower_bound(Collection, CheckerOrPackage(FullName), in binaryFind()
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | frontends.texi | 10 @cindex GNU Compiler Collection 18 GCC stands for ``GNU Compiler Collection''. GCC is an integrated 24 current official meaning is ``GNU Compiler Collection'', which refers
|
| H A D | gcc.texi | 27 @settitle Using the GNU Compiler Collection (GCC) 67 * gcc: (gcc). The GNU Compiler Collection. 77 @title Using the GNU Compiler Collection 123 Introduction, gccint, GNU Compiler Collection (GCC) Internals}.
|
| H A D | gccint.texi | 13 @settitle GNU Compiler Collection (GCC) Internals 53 * gccint: (gccint). Internals of the GNU Compiler Collection. 63 @title GNU Compiler Collection Internals 83 Compiler Collection (GCC)}.
|
| H A D | objc.texi | 20 * Garbage Collection:: 170 @node Type encoding, Garbage Collection, Executing code before main, Objective-C 314 @node Garbage Collection, Constant string objects, Type encoding, Objective-C 315 @section Garbage Collection
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/ |
| H A D | Debuginfod.h | 140 DebuginfodCollection &Collection; member 141 DebuginfodServer(DebuginfodLog &Log, DebuginfodCollection &Collection);
|
| /openbsd-src/gnu/llvm/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 511 DebuginfodCollection &Collection) in DebuginfodServer() argument 512 : Log(Log), Collection(Collection) { in DebuginfodServer() 523 Expected<std::string> PathOrErr = Collection.findDebugBinaryPath(ID); in DebuginfodServer() 541 Expected<std::string> PathOrErr = Collection.findBinaryPath(ID); in DebuginfodServer()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | gcc.texi | 27 @settitle Using the GNU Compiler Collection (GCC) 88 * gcc: (gcc). The GNU Compiler Collection. 102 @center @titlefont{Using the GNU Compiler Collection} 140 Introduction, gccint, GNU Compiler Collection (GCC) Internals}.
|
| H A D | gccint.texi | 13 @settitle GNU Compiler Collection (GCC) Internals 74 * gccint: (gccint). Internals of the GNU Compiler Collection. 87 @center @titlefont{GNU Compiler Collection Internals} 124 Compiler Collection (GCC)}.
|
| H A D | frontends.texi | 16 ``GNU Compiler Collection''. GCC can compile programs written in any of these 21 ``GCC'' is a common shorthand term for the GNU Compiler Collection. This is both
|
| H A D | objc.texi | 20 * Garbage Collection:: 170 @node Type encoding, Garbage Collection, Executing code before main, Objective-C 310 @node Garbage Collection, Constant string objects, Type encoding, Objective-C 311 @section Garbage Collection
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.cpp | 390 static void insertOptionToCollection(StringRef FullName, T &Collection, in insertOptionToCollection() argument 394 auto It = binaryFind(Collection, FullName); in insertOptionToCollection() 395 assert(It != Collection.end() && in insertOptionToCollection()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | InputFile.cpp | 427 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection() local 434 Collection = in getOrCreateTypeCollection() 436 return *Collection; in getOrCreateTypeCollection()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | RegisterNumber.cpp | 87 Collection::iterator iter = m_kind_regnum_map.find(kind); in GetAsKind()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Expression/ |
| H A D | DWARFExpressionList.h | 144 using const_iterator = ExprVec::Collection::const_iterator;
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-xray/ |
| H A D | xray-graph-diff.cpp | 297 template <typename T> static bool containsNullptr(const T &Collection) { in containsNullptr() argument 298 return llvm::is_contained(Collection, nullptr); in containsNullptr()
|
| /openbsd-src/gnu/gcc/gcc/doc/include/ |
| H A D | funding.texi | 46 ports such as adding a new CPU to the GNU Compiler Collection contribute more;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/include/ |
| H A D | funding.texi | 46 ports such as adding a new CPU to the GNU Compiler Collection contribute more;
|