| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TimeProfiler.h | 182 class TimeTraceScope { 184 TimeTraceScope() = delete; 185 TimeTraceScope(const TimeTraceScope &) = delete; 186 TimeTraceScope &operator=(const TimeTraceScope &) = delete; 187 TimeTraceScope(TimeTraceScope &&) = delete; 188 TimeTraceScope &operator=(TimeTraceScope &&) = delete; 190 TimeTraceScope(StringRef Name) in TimeTraceScope() function 192 TimeTraceScope(StringRef Name, StringRef Detail) in TimeTraceScope() function 194 TimeTraceScope(StringRef Name, llvm::function_ref<std::string()> Detail) in TimeTraceScope() function 196 TimeTraceScope(StringRef Name, in TimeTraceScope() function [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 163 llvm::TimeTraceScope TimeScope(checkerScopeName("Stmt", checkFn.Checker)); in runChecker() 185 llvm::TimeTraceScope TimeScope( in runCheckersForStmt() 214 llvm::TimeTraceScope TimeScope( in runChecker() 246 llvm::TimeTraceScope TimeScope("CheckerManager::runCheckersForObjCMessage"); in runCheckersForObjCMessage() 287 llvm::TimeTraceScope TimeScope(checkerScopeName("Call", checkFn.Checker)); in runChecker() 308 llvm::TimeTraceScope TimeScope( in runCheckersForCallEvent() 338 llvm::TimeTraceScope TimeScope(checkerScopeName("Loc", checkFn.Checker)); in runChecker() 362 llvm::TimeTraceScope TimeScope( in runCheckersForLocation() 390 llvm::TimeTraceScope TimeScope(checkerScopeName("Bind", checkFn.Checker)); in runChecker() 415 llvm::TimeTraceScope TimeScope{ in runCheckersForBind() [all …]
|
| H A D | BugSuppression.cpp | 205 llvm::TimeTraceScope TimeScope( in isSuppressed()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBFileBuilder.cpp | 132 llvm::TimeTraceScope timeScope("MSF layout"); in finalizeMsfLayout() 258 llvm::TimeTraceScope timeScope("Commit injected sources"); in commitInjectedSources() 296 llvm::TimeTraceScope timeScope("Named stream data"); in commit() 346 llvm::TimeTraceScope timeScope("Compute build ID"); in commit()
|
| H A D | InfoStreamBuilder.cpp | 58 llvm::TimeTraceScope timeScope("Commit info stream"); in commit()
|
| H A D | TpiStreamBuilder.cpp | 174 llvm::TimeTraceScope timeScope("Commit TPI stream"); in commit()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Writer.cpp | 698 TimeTraceScope timeScope("Scan relocations"); in scanRelocations() 755 TimeTraceScope timeScope("Scan symbols"); in scanSymbols() 977 TimeTraceScope timeScope("Sort segments and sections"); in sortSegmentsAndSections() 1022 TimeTraceScope timeScope("Create output sections"); in createOutputSections() 1101 TimeTraceScope timeScope("Finalize addresses"); in finalizeAddresses() 1143 TimeTraceScope timeScope("Finalize __LINKEDIT segment"); in finalizeLinkEditSegment() 1199 TimeTraceScope timeScope("Write output sections"); in writeSections() 1216 TimeTraceScope timeScope("Apply linker optimization hints"); in applyOptimizationHints() 1227 TimeTraceScope timeScope("Computing UUID"); in writeUuid() 1255 TimeTraceScope timeScope("Build fixup chains"); in buildFixupChains() [all …]
|
| H A D | SectionPriorities.cpp | 279 TimeTraceScope timeScope("Extract call graph profile"); in extractCallGraphProfile() 368 TimeTraceScope timeScope("Balanced Partitioning Section Orderer"); in buildInputSectionPriorities() 382 TimeTraceScope timeScope("Call graph profile sort"); in buildInputSectionPriorities()
|
| H A D | Driver.cpp | 606 TimeTraceScope timeScope("LTO"); in compileBitcodeFiles() 624 TimeTraceScope timeScope("Replace common symbols"); in replaceCommonSymbols() 1219 TimeTraceScope timeScope("Load input files"); in createFiles() 1301 TimeTraceScope timeScope("Gathering input sections"); in gatherInputSections() 1320 TimeTraceScope timeScope("Generating codegen data"); in codegenDataGenerate() 1369 TimeTraceScope timeScope("Fold identical literals"); in foldIdenticalLiterals() 2107 TimeTraceScope timeScope("ExecuteLinker"); in link()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Driver.cpp | 325 llvm::TimeTraceScope timeScope("File: ", path); in enqueuePath() 419 llvm::TimeTraceScope timeScope("Archive: ", mb.getBufferIdentifier()); in enqueueArchiveMember() 436 llvm::TimeTraceScope timeScope("Archive: ", in enqueueArchiveMember() 978 llvm::TimeTraceScope timeScope("Create import library"); in createImportLibrary() 1050 llvm::TimeTraceScope timeScope("Read input files"); in run() 1190 llvm::TimeTraceScope timeScope("Find keep unique sections"); in findKeepUniqueSections() 1288 llvm::TimeTraceScope timeScope("Convert resources"); in convertResources() 1530 llvm::TimeTraceScope timeScope("COFF link"); in linkerMain() 1540 llvm::TimeTraceScope timeScope2("Parse cl::opt"); in linkerMain() 1598 llvm::TimeTraceScope timeScope2("Reproducer"); in linkerMain() [all …]
|
| H A D | Writer.cpp | 356 llvm::TimeTraceScope timeScope("Write output(s)"); in writeResult() 670 llvm::TimeTraceScope timeScope2("Add thunks pass"); in finalizeAddresses() 677 llvm::TimeTraceScope timeScope3("Verify ranges"); in finalizeAddresses() 710 llvm::TimeTraceScope timeScope3("Create thunks"); in finalizeAddresses() 732 llvm::TimeTraceScope timeScope("PE checksum"); in writePEChecksum() 767 llvm::TimeTraceScope timeScope("Write PE"); in run() 826 llvm::TimeTraceScope timeScope("Commit PE to disk"); in run() 1057 llvm::TimeTraceScope timeScope("Output sections"); in createSections() 1198 llvm::TimeTraceScope timeScope("Misc chunks"); in createMiscChunks() 1275 llvm::TimeTraceScope timeScope("Import tables"); in createImportTables() [all …]
|
| H A D | PDB.cpp | 1026 llvm::TimeTraceScope timeScope("Merge symbols"); in addDebugSymbols() 1102 llvm::TimeTraceScope timeScope("Merge types (Non-GHASH)"); in addDebug() 1151 llvm::TimeTraceScope timeScope("Add objects to PDB"); in addObjectsToPDB() 1167 llvm::TimeTraceScope timeScope("Merge debug info (dependencies)"); in addObjectsToPDB() 1172 llvm::TimeTraceScope timeScope("Merge debug info (objects)"); in addObjectsToPDB() 1182 llvm::TimeTraceScope timeScope("TPI/IPI stream layout"); in addObjectsToPDB() 1203 llvm::TimeTraceScope timeScope("Publics layout"); in addPublicsToPDB() 1322 llvm::TimeTraceScope timeScope("Natvis files"); in addNatvisFiles() 1342 llvm::TimeTraceScope timeScope("Named streams"); in addNamedStreams() 1527 llvm::TimeTraceScope timeScope("Import files"); in addImportFilesToPDB() [all …]
|
| H A D | MarkLive.cpp | 21 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 | 185 llvm::TimeTraceScope timeScope("Write .def file"); in writeDefFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroCloner.h | 90 TimeTraceScope FunctionScope("BaseCloner"); in createClone() 143 TimeTraceScope FunctionScope("SwitchCloner"); in createClone()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/ |
| H A D | CIRPasses.cpp | 26 llvm::TimeTraceScope scope("CIR To CIR Passes"); in runCIRToCIRPasses()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/ |
| H A D | HoistAllocas.cpp | 64 llvm::TimeTraceScope scope("Hoist Allocas"); in runOnOperation()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Writer.cpp | 286 llvm::TimeTraceScope timeScope("Demote symbols"); in demoteSymbolsAndComputeIsPreemptible() 366 llvm::TimeTraceScope timeScope("Write output file"); in run() 494 llvm::TimeTraceScope timeScope("Add local symbols"); in demoteAndCopyLocalSymbols() 1095 TimeTraceScope timeScope("Balanced Partitioning Section Orderer"); in buildSectionOrder() 1286 llvm::TimeTraceScope timeScope("Sort sections"); in sortSections() 1419 llvm::TimeTraceScope timeScope("Resolve SHF_LINK_ORDER"); in resolveShfLinkOrder() 1463 llvm::TimeTraceScope timeScope("Finalize synthetic sections", sec->name); in finalizeSynthetic() 1507 llvm::TimeTraceScope timeScope("Finalize address dependent content"); in finalizeAddressDependentContent() 1869 llvm::TimeTraceScope timeScope("Finalize .eh_frame"); in finalizeSections() 1896 llvm::TimeTraceScope timeScope("Scan relocations"); in finalizeSections() [all …]
|
| H A D | Driver.cpp | 716 llvm::TimeTraceScope timeScope("ExecuteLinker"); in linkerMain() 2049 llvm::TimeTraceScope timeScope("Create output files"); in setConfigs() 2073 llvm::TimeTraceScope timeScope("Load input files"); in createFiles() 2516 llvm::TimeTraceScope timeScope("Replace common symbols"); in replaceCommonSymbols() 2692 llvm::TimeTraceScope timeScope("LTO"); in compileBitcodeFiles() 2858 llvm::TimeTraceScope timeScope("Redirect symbols"); in redirectSymbols() 3134 llvm::TimeTraceScope timeScope("Link", StringRef("LinkerDriver::Link")); in link() 3261 llvm::TimeTraceScope timeScope("Process symbol versions"); in link() 3342 llvm::TimeTraceScope timeScope("Aggregate sections"); in link() 3362 llvm::TimeTraceScope timeScope("Strip sections"); in link() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | LifetimeSafety.cpp | 371 llvm::TimeTraceScope TimeProfile("FactGenerator"); in run() 688 llvm::TimeTraceScope TimeProfile("Lifetime Dataflow"); in run() 741 llvm::TimeTraceScope TimeProfile("LifetimeSafetyAnalysis"); in runLifetimeSafetyAnalysis()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseAST.cpp | 154 llvm::TimeTraceScope TimeScope("Frontend", [&]() { in ParseAST()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
| H A D | MSFBuilder.cpp | 252 llvm::TimeTraceScope timeScope("MSF: Generate layout"); in generateLayout() 340 llvm::TimeTraceScope timeScope("Commit MSF"); in commit()
|
| /freebsd/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | BPSectionOrdererBase.inc | 84 TimeTraceScope timeScope("Build nodes for compression"); 158 TimeTraceScope timeScope("Setup Balanced Partitioning"); 287 TimeTraceScope timeScope("Balanced Partitioning");
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FileOutputBuffer.cpp | 47 llvm::TimeTraceScope timeScope("Commit buffer to disk"); in commit()
|