Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h255 StringRef PubNamesSection; variable
295 StringRef getPubNamesSection() override { return PubNamesSection; } in getPubNamesSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1270 StringRef PubNamesSection; member in __anonddd817f10c11::DWARFObjInMemory
1295 .Case("debug_pubnames", &PubNamesSection) in mapSectionToMember()
1550 StringRef getPubNamesSection() const override { return PubNamesSection; } in getPubNamesSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp703 .Case("debug_pubnames", &PubNamesSection) in DWARFContextInMemory()