Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFContext.h152 virtual StringRef getGnuPubTypesSection() = 0;
224 virtual StringRef getGnuPubTypesSection() { return GnuPubTypesSection; } in getGnuPubTypesSection() function
HDDWARFContext.cpp154 dumpPubSection(OS, "debug_gnu_pubtypes", getGnuPubTypesSection(), in dump()