Home
last modified time | relevance | path

Searched refs:rootTimer (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lld/COFF/
H A DCOFFLinkerContext.cpp26 rootTimer("Total Linking Time"), in COFFLinkerContext()
27 inputFileTimer("Input File Reading", rootTimer), in COFFLinkerContext()
28 ltoTimer("LTO", rootTimer), gcTimer("GC", rootTimer), in COFFLinkerContext()
29 icfTimer("ICF", rootTimer), codeLayoutTimer("Code Layout", rootTimer), in COFFLinkerContext()
30 outputCommitTimer("Commit Output File", rootTimer), in COFFLinkerContext()
31 totalMapTimer("MAP Emission (Cumulative)", rootTimer), in COFFLinkerContext()
35 totalPdbLinkTimer("PDB Emission (Cumulative)", rootTimer), in COFFLinkerContext()
H A DCOFFLinkerContext.h65 Timer rootTimer; variable
H A DDriver.cpp1408 ScopedTimer rootTimer(ctx.rootTimer); in linkerMain() local
2464 rootTimer.stop(); in linkerMain()
2466 ctx.rootTimer.print(); in linkerMain()