Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h256 StringRef PubTypesSection; variable
296 StringRef getPubTypesSection() override { return PubTypesSection; } in getPubTypesSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1271 StringRef PubTypesSection; member in __anonddd817f10c11::DWARFObjInMemory
1296 .Case("debug_pubtypes", &PubTypesSection) in mapSectionToMember()
1551 StringRef getPubTypesSection() const override { return PubTypesSection; } in getPubTypesSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp704 .Case("debug_pubtypes", &PubTypesSection) in DWARFContextInMemory()