| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TimeProfiler.h | 65 struct TimeTraceScope { struct 67 TimeTraceScope() = delete; 68 TimeTraceScope(const TimeTraceScope &) = delete; 69 TimeTraceScope &operator=(const TimeTraceScope &) = delete; argument 70 TimeTraceScope(TimeTraceScope &&) = delete; 71 TimeTraceScope &operator=(TimeTraceScope &&) = delete; argument 73 TimeTraceScope(StringRef Name) { in TimeTraceScope() function 77 TimeTraceScope(StringRef Name, StringRef Detail) { in TimeTraceScope() function 81 TimeTraceScope(StringRef Name, llvm::function_ref<std::string()> Detail) { in TimeTraceScope() function 85 ~TimeTraceScope() { in ~TimeTraceScope() argument
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Writer.cpp | 632 TimeTraceScope timeScope("Scan relocations"); in scanRelocations() 673 TimeTraceScope timeScope("Scan symbols"); in scanSymbols() 880 TimeTraceScope timeScope("Sort segments and sections"); in sortSegmentsAndSections() 910 TimeTraceScope timeScope("Create output sections"); in createOutputSections() 974 TimeTraceScope timeScope("Finalize addresses"); in finalizeAddresses() 1000 TimeTraceScope timeScope("Finalize __LINKEDIT segment"); in finalizeLinkEditSegment() 1068 TimeTraceScope timeScope("Computing UUID"); in writeUuid() 1088 TimeTraceScope timeScope("Write output file"); in writeOutputFile()
|
| H A D | MarkLive.cpp | 28 TimeTraceScope timeScope("markLive"); in markLive()
|
| H A D | MapFile.cpp | 98 TimeTraceScope timeScope("Write map file"); in writeMapFile()
|
| H A D | Driver.cpp | 567 TimeTraceScope timeScope("LTO"); in compileBitcodeFiles() 582 TimeTraceScope timeScope("Replace common symbols"); in replaceCommonSymbols() 985 TimeTraceScope timeScope("Load input files"); in createFiles() 1043 TimeTraceScope timeScope("Gathering input sections"); in gatherInputSections() 1380 TimeTraceScope timeScope("ExecuteLinker"); in link()
|
| H A D | ICF.cpp | 331 TimeTraceScope timeScope("Fold Identical Code Sections"); in foldIdenticalSections()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Driver.cpp | 538 llvm::TimeTraceScope timeScope("ExecuteLinker"); in linkerMain() 1476 llvm::TimeTraceScope timeScope("Load input files"); in createFiles() 1815 llvm::TimeTraceScope timeScope("Replace common symbols"); in replaceCommonSymbols() 1835 llvm::TimeTraceScope timeScope("Demote shared symbols"); in demoteSharedSymbols() 1980 llvm::TimeTraceScope timeScope("LTO"); in compileBitcodeFiles() 2060 llvm::TimeTraceScope timeScope("Redirect symbols"); in redirectSymbols() 2184 llvm::TimeTraceScope timeScope("Create output files"); in link() 2216 llvm::TimeTraceScope timeScope("Parse input files"); in link() 2350 llvm::TimeTraceScope timeScope("Aggregate sections"); in link() 2364 llvm::TimeTraceScope timeScope("Strip sections"); in link() [all …]
|
| H A D | Writer.cpp | 207 llvm::TimeTraceScope timeScope("Combine EH sections"); in combineEhSections() 641 llvm::TimeTraceScope timeScope("Write output file"); in run() 770 llvm::TimeTraceScope timeScope("Add local symbols"); in copyLocalSymbols() 1529 llvm::TimeTraceScope timeScope("Sort sections"); in sortSections() 1663 llvm::TimeTraceScope timeScope("Resolve SHF_LINK_ORDER"); in resolveShfLinkOrder() 1717 llvm::TimeTraceScope timeScope("Finalize address dependent content"); in finalizeAddressDependentContent() 1993 llvm::TimeTraceScope timeScope("Finalize .eh_frame"); in finalizeSections() 2009 llvm::TimeTraceScope timeScope("Scan relocations"); in finalizeSections() 2053 llvm::TimeTraceScope timeScope("Add symbols to symtabs"); in finalizeSections() 2162 llvm::TimeTraceScope timeScope("Finalize synthetic sections"); in finalizeSections() [all …]
|
| H A D | DriverUtils.cpp | 248 llvm::TimeTraceScope timeScope("Locate library", name); in searchLibrary()
|
| H A D | ScriptParser.cpp | 1664 llvm::TimeTraceScope timeScope("Read linker script", in readLinkerScript() 1670 llvm::TimeTraceScope timeScope("Read version script", in readVersionScript() 1676 llvm::TimeTraceScope timeScope("Read dynamic list", mb.getBufferIdentifier()); in readDynamicList() 1681 llvm::TimeTraceScope timeScope("Read defsym input", name); in readDefsym()
|
| H A D | MapFile.cpp | 146 llvm::TimeTraceScope timeScope("Write map file"); in writeMapFile()
|
| H A D | MarkLive.cpp | 340 llvm::TimeTraceScope timeScope("markLive"); in markLive()
|
| H A D | ICF.cpp | 562 llvm::TimeTraceScope timeScope("ICF"); in doIcf()
|
| H A D | OutputSections.cpp | 289 llvm::TimeTraceScope timeScope("Compress debug sections"); in maybeCompress()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | PassManager.cpp | 116 TimeTraceScope TimeScope(Pass->name(), F.getName()); in run()
|
| H A D | LegacyPassManager.cpp | 1420 llvm::TimeTraceScope FunctionScope("OptFunction", F.getName()); in runOnFunction() 1426 llvm::TimeTraceScope PassScope("RunPass", FP->getPassName()); in runOnFunction() 1516 llvm::TimeTraceScope TimeScope("OptModule", M.getName()); in runOnModule()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseAST.cpp | 154 llvm::TimeTraceScope TimeScope("Frontend"); in ParseAST()
|
| /freebsd-13.1/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1_main.cpp | 245 llvm::TimeTraceScope TimeScope("ExecuteCompiler"); in cc1_main()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CGSCCPassManager.cpp | 88 TimeTraceScope TimeScope(Pass->name()); in run() 287 TimeTraceScope TimeScope(Pass->name()); in run() 556 TimeTraceScope TimeScope(Pass->name()); in run()
|
| H A D | LoopPass.cpp | 183 llvm::TimeTraceScope LoopPassScope("RunLoopPass", P->getPassName()); in runOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPassManager.cpp | 278 TimeTraceScope TimeScope(Pass->name()); in run()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1045 llvm::TimeTraceScope TimeScope("PerFunctionPasses"); in EmitAssembly() 1056 llvm::TimeTraceScope TimeScope("PerModulePasses"); in EmitAssembly() 1062 llvm::TimeTraceScope TimeScope("CodeGenPasses"); in EmitAssembly() 1618 llvm::TimeTraceScope TimeScope("Backend"); in EmitBackendOutput()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 138 llvm::TimeTraceScope TimeScope("Module LoadIndex"); in GlobalModuleIndex() 773 llvm::TimeTraceScope TimeScope("Module WriteIndex"); in writeIndex()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | LoopPassManager.h | 378 TimeTraceScope TimeScope(Pass->name(), IR.getName());
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 1320 TimeTraceScope TimeScope("Attributor::runTillFixpoint"); in runTillFixpoint() 1462 TimeTraceScope TimeScope("Attributor::manifestAttributes"); in manifestAttributes() 1580 TimeTraceScope TimeScope("Attributor::cleanupIR"); in cleanupIR() 1817 TimeTraceScope TimeScope("Attributor::run"); in run() 1849 TimeTraceScope TimeScope( in updateAA()
|