Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h205 virtual StringRef getGnuPubNamesSection() = 0;
297 StringRef getGnuPubNamesSection() override { return GnuPubNamesSection; } in getGnuPubNamesSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp239 dumpPubSection(OS, "debug_gnu_pubnames", getGnuPubNamesSection(), in dump()