Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h258 StringRef GnuPubTypesSection; variable
298 StringRef getGnuPubTypesSection() override { return GnuPubTypesSection; } in getGnuPubTypesSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1275 StringRef GnuPubTypesSection; member in __anonddd817f10c11::DWARFObjInMemory
1298 .Case("debug_gnu_pubtypes", &GnuPubTypesSection) in mapSectionToMember()
1556 return GnuPubTypesSection; in getGnuPubTypesSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp706 .Case("debug_gnu_pubtypes", &GnuPubTypesSection) in DWARFContextInMemory()