Home
last modified time | relevance | path

Searched refs:getGnuPubNamesSection (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h205 virtual StringRef getGnuPubNamesSection() = 0;
297 StringRef getGnuPubNamesSection() override { return GnuPubNamesSection; } in getGnuPubNamesSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h52 virtual StringRef getGnuPubNamesSection() const { return ""; } in getGnuPubNamesSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp537 DObj->getGnuPubNamesSection())) in dump()
538 DWARFDebugPubTable(DObj->getGnuPubNamesSection(), isLittleEndian(), in dump()
1552 StringRef getGnuPubNamesSection() const override { in getGnuPubNamesSection() function in __anonddd817f10c11::DWARFObjInMemory
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp110 dumpPubSection(DCtx, Y.GNUPubNames, D.getGnuPubNamesSection()); in dumpDebugPubSections()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp239 dumpPubSection(OS, "debug_gnu_pubnames", getGnuPubNamesSection(), in dump()