Home
last modified time | relevance | path

Searched refs:getEntries (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h244 virtual std::vector<std::pair<StringRef, bool>> getEntries() const { in getEntries() function
318 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
332 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
350 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
381 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
392 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
434 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
463 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
477 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
494 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries() function
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h46 const ListEntries &getEntries() const { return Entries; } in getEntries() function
265 for (const auto &Entry : List.second.getEntries()) in dump()
273 for (const auto &Entry : List.second.getEntries()) in dump()
H A DDWARFDebugRangeList.h72 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h110 ArrayRef<Entry> getEntries(const List &L) const { in getEntries() function
H A DDIEHash.cpp235 for (const DebugLocStream::Entry &Entry : Locs.getEntries(List)) in hashLocList()
H A DDwarfDebug.cpp2765 emitRangeList(DD, Asm, List.Label, DD.getDebugLocs().getEntries(List), in emitLocList()
2814 for (const auto &Entry : DebugLocs.getEntries(List)) { in emitDebugLocDWO()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp158 for (const auto &RLE : DwarfRanges.getEntries()) in dumpDebugRanges()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1634 std::vector<std::pair<StringRef, bool>> Entries = Sec.getEntries(); in validate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1561 const auto &Entries = RangeList.getEntries(); in patchRangesForUnit()