Home
last modified time | relevance | path

Searched refs:icfTimer (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.h61 Timer icfTimer; variable
H A DICF.cpp251 ScopedTimer t(ctx.icfTimer); in run()