Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DCOFFLinkerContext.cpp23 icfTimer("ICF", rootTimer), codeLayoutTimer("Code Layout", rootTimer), in COFFLinkerContext()
H A DCOFFLinkerContext.h64 Timer codeLayoutTimer; variable
H A DWriter.cpp603 ScopedTimer t1(ctx.codeLayoutTimer); in run()