Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h206 virtual StringRef getGnuPubTypesSection() = 0;
298 StringRef getGnuPubTypesSection() override { return GnuPubTypesSection; } in getGnuPubTypesSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp243 dumpPubSection(OS, "debug_gnu_pubtypes", getGnuPubTypesSection(), in dump()