Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h203 virtual StringRef getPubNamesSection() = 0;
295 StringRef getPubNamesSection() override { return PubNamesSection; } in getPubNamesSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h50 virtual StringRef getPubNamesSection() const { return ""; } in getPubNamesSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp527 DObj->getPubNamesSection())) in dump()
528 DWARFDebugPubTable(DObj->getPubNamesSection(), isLittleEndian(), false) in dump()
1550 StringRef getPubNamesSection() const override { return PubNamesSection; } in getPubNamesSection() function in __anonddd817f10c11::DWARFObjInMemory
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp104 dumpPubSection(DCtx, Y.PubNames, D.getPubNamesSection()); in dumpDebugPubSections()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp231 dumpPubSection(OS, "debug_pubnames", getPubNamesSection(), in dump()