Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DCOFFLinkerContext.cpp33 addObjectsTimer("Add Objects", totalPdbLinkTimer), in COFFLinkerContext()
34 typeMergingTimer("Type Merging", addObjectsTimer), in COFFLinkerContext()
35 loadGHashTimer("Global Type Hashing", addObjectsTimer), in COFFLinkerContext()
36 mergeGHashTimer("GHash Type Merging", addObjectsTimer), in COFFLinkerContext()
37 symbolMergingTimer("Symbol Merging", addObjectsTimer), in COFFLinkerContext()
H A DCOFFLinkerContext.h106 Timer addObjectsTimer; variable
H A DPDB.cpp1152 ScopedTimer t1(ctx.addObjectsTimer); in addObjectsToPDB()