Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp208 printHeader(P, "MSF Blocks"); in dumpBlockRanges()
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()
300 printHeader(P, Label); in dumpTypeIndex()
381 printHeader(P, "Module Symbols"); in dumpModuleSyms()
408 printHeader(P, "Debug Chunks"); in dumpModuleC13()
431 printHeader(P, "MSF Bytes"); in dumpByteRanges()
466 printHeader(P, "Free Page Map"); in dumpFpm()
[all …]
H A DDumpOutputStyle.cpp238 printHeader(P, "Summary"); in dumpFileSummary()
347 printHeader(P, "Streams"); in dumpStreamSummary()
463 printHeader(P, "Modules"); in dumpModules()
517 printHeader(P, "Files"); in dumpModuleFiles()
546 printHeader(P, "Module Stats"); in dumpSymbolStats()
837 printHeader(P, "Lines"); in dumpLines()
1426 printHeader(P, "Symbols"); in dumpModuleSymsForObj()
1455 printHeader(P, "Symbols"); in dumpModuleSymsForPdb()
1538 printHeader(P, "GSI Records"); in dumpGSIRecords()
1766 printHeader(P, Label); in dumpSectionHeaders()
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp108 void PlainPrinterBase::printHeader(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()
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp42 void printHeader(Error E, uintptr_t AccessPtr, in printHeader() function
119 printHeader(E, ErrorPtr, AllocMeta, Printf); in dumpReport()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DHeatmap.cpp177 auto printHeader = [&](unsigned Pos) { in print() local
194 printHeader(I); in print()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h86 void printHeader(uint64_t Address);