Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DCOFFLinkerContext.cpp29 icfTimer("ICF", rootTimer), codeLayoutTimer("Code Layout", rootTimer), in COFFLinkerContext()
H A DCOFFLinkerContext.h72 Timer codeLayoutTimer; variable
H A DWriter.cpp734 ScopedTimer t1(ctx.codeLayoutTimer); in run()