Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h204 virtual StringRef getPubTypesSection() = 0;
296 StringRef getPubTypesSection() override { return PubTypesSection; } in getPubTypesSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h51 virtual StringRef getPubTypesSection() const { return ""; } in getPubTypesSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp532 DObj->getPubTypesSection())) in dump()
533 DWARFDebugPubTable(DObj->getPubTypesSection(), isLittleEndian(), false) in dump()
1551 StringRef getPubTypesSection() const override { return PubTypesSection; } in getPubTypesSection() function in __anonddd817f10c11::DWARFObjInMemory
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp107 dumpPubSection(DCtx, Y.PubTypes, D.getPubTypesSection()); in dumpDebugPubSections()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp235 dumpPubSection(OS, "debug_pubtypes", getPubTypesSection(), in dump()