Home
last modified time | relevance | path

Searched refs:printHeader (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp79 static void printHeader(LinePrinter &P, const Twine &S) { in printHeader() function
197 printHeader(P, "Named Stream Map"); in dumpNameMap()
208 printHeader(P, "MSF Blocks"); in dumpBlockRanges()
227 printHeader(P, "Section Contributions"); in dumpSectionContributions()
238 printHeader(P, "Section Map"); in dumpSectionMap()
249 printHeader(P, "Module Infos"); in dumpModuleInfos()
260 printHeader(P, "File Info"); in dumpFileInfo()
271 printHeader(P, "Type Server Map"); in dumpTypeServerMap()
282 printHeader(P, "Edit and Continue Data"); in dumpECData()
300 printHeader(P, Label); in dumpTypeIndex()
[all …]
H A DDumpOutputStyle.cpp232 static void printHeader(LinePrinter &P, const Twine &S) { in printHeader() function
239 printHeader(P, "Summary"); in dumpFileSummary()
348 printHeader(P, "Streams"); in dumpStreamSummary()
464 printHeader(P, "Modules"); in dumpModules()
518 printHeader(P, "Files"); in dumpModuleFiles()
547 printHeader(P, "Module Stats"); in dumpSymbolStats()
600 printHeader(P, "Type Record Stats"); in dumpTypeStats()
667 printHeader(P, "S_UDT Record Stats"); in dumpUdtStats()
839 printHeader(P, "Lines"); in dumpLines()
879 printHeader(P, "Inlinee Lines"); in dumpInlineeLines()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp108 void PlainPrinterBase::printHeader(std::optional<uint64_t> Address) { in printHeader() function in llvm::symbolize::PlainPrinterBase
185 printHeader(Request.Address); in print()
192 printHeader(*Request.Address); in print()
203 printHeader(*Request.Address); in print()
218 printHeader(*Request.Address); in print()
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp42 void printHeader(Error E, uintptr_t AccessPtr, in printHeader() function
155 printHeader(E, ErrorPtr, AllocMeta, Printf); in dumpReport()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h86 void printHeader(std::optional<uint64_t> Address);