Home
last modified time | relevance | path

Searched refs:GnuPubNamesSection (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h257 StringRef GnuPubNamesSection; variable
297 StringRef getGnuPubNamesSection() override { return GnuPubNamesSection; } in getGnuPubNamesSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1272 StringRef GnuPubNamesSection; member in __anonddd817f10c11::DWARFObjInMemory
1297 .Case("debug_gnu_pubnames", &GnuPubNamesSection) in mapSectionToMember()
1553 return GnuPubNamesSection; in getGnuPubNamesSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp705 .Case("debug_gnu_pubnames", &GnuPubNamesSection) in DWARFContextInMemory()