Home
last modified time | relevance | path

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

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