| /openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 249 virtual std::vector<std::pair<StringRef, bool>> getEntries() const { in getEntries() function 323 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 337 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 355 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 386 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 397 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 439 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 468 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 482 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function 499 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFListTable.h | 45 const ListEntries &getEntries() const { return Entries; } in getEntries() function 267 for (const auto &Entry : List.second.getEntries()) in dump() 275 for (const auto &Entry : List.second.getEntries()) in dump()
|
| H A D | DWARFDebugRangeList.h | 69 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries() function
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | SyntheticSections.cpp | 773 in.lazyBinding->getEntries().size() * target->stubHelperEntrySize; in getSize() 781 for (const Symbol *sym : in.lazyBinding->getEntries()) { in writeTo() 897 return in.stubs->getEntries().size() * target->wordSize; in getSize() 901 return !in.stubs->getEntries().empty(); in isNeeded() 906 for (const Symbol *sym : in.stubs->getEntries()) { in writeTo() 1383 uint32_t size = in.got->getEntries().size() + in getNumSymbols() 1384 in.tlvPointers->getEntries().size() + in getNumSymbols() 1385 in.stubs->getEntries().size(); in getNumSymbols() 1387 size += in.stubs->getEntries().size(); in getNumSymbols() 1399 off += in.got->getEntries().size(); in finalizeContents() [all …]
|
| H A D | MapFile.cpp | 130 for (const Symbol *sym : in.stubs->getEntries()) in printStubsEntries() 143 for (const Symbol *sym : osec->getEntries()) in printNonLazyPointerSection()
|
| H A D | SyntheticSections.h | 118 const llvm::SetVector<const Symbol *> &getEntries() const { return entries; } in getEntries() function 286 const llvm::SetVector<Symbol *> &getEntries() const { return entries; } in getEntries() function 365 const llvm::SetVector<Symbol *> &getEntries() const { return entries; } in getEntries() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVRange.h | 74 const LVRangeEntries &getEntries() const { return RangeEntries; } in getEntries() function
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineCycleAnalysis.cpp | 128 } else if (any_of(Cycle->getEntries(), in isCycleInvariant()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocStream.h | 110 ArrayRef<Entry> getEntries(const List &L) const { in getEntries() function
|
| H A D | DIEHash.cpp | 242 for (const DebugLocStream::Entry &Entry : Locs.getEntries(List)) in hashLocList()
|
| H A D | DwarfDebug.cpp | 2871 emitRangeList(DD, Asm, List.Label, DD.getDebugLocs().getEntries(List), in emitLocList() 2920 for (const auto &Entry : DebugLocs.getEntries(List)) { in emitDebugLocDWO()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | GenericCycleInfo.h | 103 const SmallVectorImpl<BlockT *> & getEntries() const { in getEntries() function
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 160 for (const auto &RLE : DwarfRanges.getEntries()) in dumpDebugRanges()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 1726 std::vector<std::pair<StringRef, bool>> Entries = Sec.getEntries(); in validate()
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 1676 const auto &Entries = RangeList.getEntries(); in patchRangesForUnit()
|