Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h206 virtual StringRef getGnuPubTypesSection() = 0;
298 StringRef getGnuPubTypesSection() override { return GnuPubTypesSection; } in getGnuPubTypesSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h53 virtual StringRef getGnuPubTypesSection() const { return ""; } in getGnuPubTypesSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp543 DObj->getGnuPubTypesSection())) in dump()
544 DWARFDebugPubTable(DObj->getGnuPubTypesSection(), isLittleEndian(), in dump()
1555 StringRef getGnuPubTypesSection() const override { in getGnuPubTypesSection() function in __anonddd817f10c11::DWARFObjInMemory
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp113 dumpPubSection(DCtx, Y.GNUPubTypes, D.getGnuPubTypesSection()); in dumpDebugPubSections()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp243 dumpPubSection(OS, "debug_gnu_pubtypes", getGnuPubTypesSection(), in dump()