Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DCOFFLinkerContext.cpp28 ltoTimer("LTO", rootTimer), gcTimer("GC", rootTimer), in COFFLinkerContext()
H A DMarkLive.cpp24 ScopedTimer t(ctx.gcTimer); in markLive()
H A DCOFFLinkerContext.h68 Timer gcTimer; variable