| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TimeProfiler.h | 134 struct TimeTraceScope { struct 136 TimeTraceScope() = delete; 137 TimeTraceScope(const TimeTraceScope &) = delete; 138 TimeTraceScope &operator=(const TimeTraceScope &) = delete; argument 139 TimeTraceScope(TimeTraceScope &&) = delete; 140 TimeTraceScope &operator=(TimeTraceScope &&) = delete; argument 142 TimeTraceScope(StringRef Name) { in TimeTraceScope() argument 146 TimeTraceScope(StringRef Name, StringRef Detail) { in TimeTraceScope() function 150 TimeTraceScope(StringRef Name, llvm::function_ref<std::string()> Detail) { in TimeTraceScope() function 154 ~TimeTraceScope() { in ~TimeTraceScope() argument
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | Writer.cpp | 340 llvm::TimeTraceScope timeScope("Write output(s)"); in writeResult() 696 llvm::TimeTraceScope timeScope("PE checksum"); in writePEChecksum() 733 llvm::TimeTraceScope timeScope("Write PE"); in run() 965 llvm::TimeTraceScope timeScope("Output sections"); in createSections() 1091 llvm::TimeTraceScope timeScope("Misc chunks"); in createMiscChunks() 1164 llvm::TimeTraceScope timeScope("Import tables"); in createImportTables() 1194 llvm::TimeTraceScope timeScope("Import thunks"); in appendImportThunks() 1226 llvm::TimeTraceScope timeScope("Export table"); in createExportTable() 1423 llvm::TimeTraceScope timeScope("Merge sections"); in mergeSections() 2145 llvm::TimeTraceScope timeScope("Write sections"); in writeSections() [all …]
|
| H A D | Driver.cpp | 250 llvm::TimeTraceScope timeScope("File: ", path); in enqueuePath() 353 llvm::TimeTraceScope timeScope("Archive: ", in enqueueArchiveMember() 999 llvm::TimeTraceScope timeScope("Parse def file"); in parseModuleDefs() 1459 llvm::TimeTraceScope timeScope("COFF link"); in linkerMain() 1526 llvm::TimeTraceScope timeScope2("Reproducer"); in linkerMain() 1549 llvm::TimeTraceScope timeScope2("Search paths"); in linkerMain() 1751 llvm::TimeTraceScope timeScope2("Machine arg"); in linkerMain() 1762 llvm::TimeTraceScope timeScope2("Nodefaultlib"); in linkerMain() 2259 llvm::TimeTraceScope timeScope("Entry point"); in linkerMain() 2284 llvm::TimeTraceScope timeScope("Delay load"); in linkerMain() [all …]
|
| H A D | PDB.cpp | 1031 llvm::TimeTraceScope timeScope("Merge symbols"); in addDebugSymbols() 1107 llvm::TimeTraceScope timeScope("Merge types (Non-GHASH)"); in addDebug() 1153 llvm::TimeTraceScope timeScope("Add objects to PDB"); in addObjectsToPDB() 1184 llvm::TimeTraceScope timeScope("TPI/IPI stream layout"); in addObjectsToPDB() 1205 llvm::TimeTraceScope timeScope("Publics layout"); in addPublicsToPDB() 1324 llvm::TimeTraceScope timeScope("Natvis files"); in addNatvisFiles() 1344 llvm::TimeTraceScope timeScope("Named streams"); in addNamedStreams() 1519 llvm::TimeTraceScope timeScope("Import files"); in addImportFilesToPDB() 1609 llvm::TimeTraceScope timeScope("PDB file"); in createPDB() 1623 llvm::TimeTraceScope timeScope("Commit PDB file to disk"); in createPDB() [all …]
|
| H A D | MarkLive.cpp | 23 llvm::TimeTraceScope timeScope("Mark live"); in markLive()
|
| H A D | LLDMapFile.cpp | 96 llvm::TimeTraceScope timeScope(".lldmap file"); in writeLLDMapFile()
|
| H A D | MinGW.cpp | 176 llvm::TimeTraceScope timeScope("Write .def file"); in writeDefFile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBFileBuilder.cpp | 133 llvm::TimeTraceScope timeScope("MSF layout"); in finalizeMsfLayout() 259 llvm::TimeTraceScope timeScope("Commit injected sources"); in commitInjectedSources() 297 llvm::TimeTraceScope timeScope("Named stream data"); in commit() 347 llvm::TimeTraceScope timeScope("Compute build ID"); in commit()
|
| H A D | InfoStreamBuilder.cpp | 59 llvm::TimeTraceScope timeScope("Commit info stream"); in commit()
|
| H A D | PDBStringTableBuilder.cpp | 211 llvm::TimeTraceScope timeScope("Commit strings table"); in commit()
|
| H A D | TpiStreamBuilder.cpp | 175 llvm::TimeTraceScope timeScope("Commit TPI stream"); in commit()
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | Writer.cpp | 665 TimeTraceScope timeScope("Scan relocations"); in scanRelocations() 722 TimeTraceScope timeScope("Scan symbols"); in scanSymbols() 932 TimeTraceScope timeScope("Sort segments and sections"); in sortSegmentsAndSections() 977 TimeTraceScope timeScope("Create output sections"); in createOutputSections() 1056 TimeTraceScope timeScope("Finalize addresses"); in finalizeAddresses() 1098 TimeTraceScope timeScope("Finalize __LINKEDIT segment"); in finalizeLinkEditSegment() 1171 TimeTraceScope timeScope("Apply linker optimization hints"); in applyOptimizationHints() 1182 TimeTraceScope timeScope("Computing UUID"); in writeUuid() 1213 TimeTraceScope timeScope("Build fixup chains"); in buildFixupChains() 1252 TimeTraceScope timeScope("Write code signature"); in writeCodeSignature() [all …]
|
| H A D | SectionPriorities.cpp | 276 TimeTraceScope timeScope("Extract call graph profile"); in extractCallGraphProfile() 362 TimeTraceScope timeScope("Call graph profile sort"); in buildInputSectionPriorities()
|
| H A D | ICF.cpp | 376 TimeTraceScope timeScope("Mark addrsig symbols"); in markAddrSigSymbols() 399 TimeTraceScope timeScope("Fold Identical Code Sections"); in foldIdenticalSections()
|
| H A D | Driver.cpp | 577 TimeTraceScope timeScope("LTO"); in compileBitcodeFiles() 596 TimeTraceScope timeScope("Replace common symbols"); in replaceCommonSymbols() 1138 TimeTraceScope timeScope("Load input files"); in createFiles() 1215 TimeTraceScope timeScope("Gathering input sections"); in gatherInputSections() 1266 TimeTraceScope timeScope("Fold identical literals"); in foldIdenticalLiterals() 1880 TimeTraceScope timeScope("ExecuteLinker"); in link()
|
| H A D | MarkLive.cpp | 204 TimeTraceScope timeScope("markLive"); in markLive()
|
| H A D | MapFile.cpp | 162 TimeTraceScope timeScope("Write map file"); in writeMapFile()
|
| /freebsd-14.2/contrib/llvm-project/lld/Common/ |
| H A D | Filesystem.cpp | 126 llvm::TimeTraceScope timeScope("Try create output file"); in tryCreateFile()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Driver.cpp | 640 llvm::TimeTraceScope timeScope("ExecuteLinker"); in linkerMain() 1792 llvm::TimeTraceScope timeScope("Load input files"); in createFiles() 2208 llvm::TimeTraceScope timeScope("Replace common symbols"); in replaceCommonSymbols() 2378 llvm::TimeTraceScope timeScope("LTO"); in compileBitcodeFiles() 2520 llvm::TimeTraceScope timeScope("Redirect symbols"); in redirectSymbols() 2678 llvm::TimeTraceScope timeScope("Create output files"); in link() 2715 llvm::TimeTraceScope timeScope("Parse input files"); in link() 2835 llvm::TimeTraceScope timeScope("Process symbol versions"); in link() 2900 llvm::TimeTraceScope timeScope("Aggregate sections"); in link() 2920 llvm::TimeTraceScope timeScope("Strip sections"); in link() [all …]
|
| H A D | Writer.cpp | 277 llvm::TimeTraceScope timeScope("Demote symbols"); in demoteSymbolsAndComputeIsPreemptible() 646 llvm::TimeTraceScope timeScope("Write output file"); in run() 763 llvm::TimeTraceScope timeScope("Add local symbols"); in demoteAndCopyLocalSymbols() 1509 llvm::TimeTraceScope timeScope("Sort sections"); in sortSections() 1636 llvm::TimeTraceScope timeScope("Resolve SHF_LINK_ORDER"); in resolveShfLinkOrder() 1983 llvm::TimeTraceScope timeScope("Finalize .eh_frame"); in finalizeSections() 2003 llvm::TimeTraceScope timeScope("Scan relocations"); in finalizeSections() 2060 llvm::TimeTraceScope timeScope("Add symbols to symtabs"); in finalizeSections() 2175 llvm::TimeTraceScope timeScope("Finalize synthetic sections"); in finalizeSections() 2249 llvm::TimeTraceScope timeScope("Finalize synthetic sections"); in finalizeSections() [all …]
|
| H A D | DriverUtils.cpp | 247 llvm::TimeTraceScope timeScope("Locate library", name); in searchLibrary()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseAST.cpp | 155 llvm::TimeTraceScope TimeScope("Frontend"); in ParseAST()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
| H A D | MSFBuilder.cpp | 252 llvm::TimeTraceScope timeScope("MSF: Generate layout"); in generateLayout() 342 llvm::TimeTraceScope timeScope("Commit MSF"); in commit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FileOutputBuffer.cpp | 47 llvm::TimeTraceScope timeScope("Commit buffer to disk"); in commit()
|
| /freebsd-14.2/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1_main.cpp | 293 llvm::TimeTraceScope TimeScope("ExecuteCompiler"); in cc1_main()
|