Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp654 ScopedTimer t1(ctx.codeLayoutTimer); in run()