Home
last modified time | relevance | path

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