Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DCOFFLinkerContext.cpp22 ltoTimer("LTO", rootTimer), gcTimer("GC", rootTimer), in COFFLinkerContext()
H A DMarkLive.cpp23 ScopedTimer t(ctx.gcTimer); in markLive()
H A DCOFFLinkerContext.h60 Timer gcTimer; variable