Searched refs:getEntries (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 244 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 D | DWARFListTable.h | 46 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 D | DWARFDebugRangeList.h | 72 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries() function
|
| /netbsd-src/external/apache2/llvm/dist/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 | 235 for (const DebugLocStream::Entry &Entry : Locs.getEntries(List)) in hashLocList()
|
| H A D | DwarfDebug.cpp | 2765 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 D | dwarf2yaml.cpp | 158 for (const auto &RLE : DwarfRanges.getEntries()) in dumpDebugRanges()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 1634 std::vector<std::pair<StringRef, bool>> Entries = Sec.getEntries(); in validate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 1561 const auto &Entries = RangeList.getEntries(); in patchRangesForUnit()
|