Searched refs:dumpPubTableSection (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 339 static void dumpPubTableSection(raw_ostream &OS, DIDumpOptions DumpOpts, in dumpPubTableSection() function 635 dumpPubTableSection(OS, DumpOpts, PubTableData, /*GnuStyle=*/false); in dump() 642 dumpPubTableSection(OS, DumpOpts, PubTableData, /*GnuStyle=*/false); in dump() 649 dumpPubTableSection(OS, DumpOpts, PubTableData, /*GnuStyle=*/true); in dump() 656 dumpPubTableSection(OS, DumpOpts, PubTableData, /*GnuStyle=*/true); in dump()
|