Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFContext.h190 virtual StringRef getGnuPubTypesSection() = 0;
265 StringRef getGnuPubTypesSection() override { return GnuPubTypesSection; } in getGnuPubTypesSection() function
DDWARFContext.cpp204 dumpPubSection(OS, "debug_gnu_pubtypes", getGnuPubTypesSection(), in dump()