Home
last modified time | relevance | path

Searched refs:SectionHeader (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1096 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpPretty()
1172 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpPretty()
1192 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---TYPES---"; in dumpPretty()
1201 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---SYMBOLS---"; in dumpPretty()
1213 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---GLOBALS---"; in dumpPretty()
1262 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---EXTERNALS---"; in dumpPretty()
1272 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpPretty()
H A DLinePrinter.h150 SectionHeader, enumerator
H A DLinePrinter.cpp328 case PDB_ColorItem::SectionHeader: in applyColor()