Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h255 StringRef PubNamesSection; variable
295 StringRef getPubNamesSection() override { return PubNamesSection; } in getPubNamesSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp703 .Case("debug_pubnames", &PubNamesSection) in DWARFContextInMemory()