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.cpp36 addObjectsTimer("Add Objects", totalPdbLinkTimer), in COFFLinkerContext()
37 typeMergingTimer("Type Merging", addObjectsTimer), in COFFLinkerContext()
38 loadGHashTimer("Global Type Hashing", addObjectsTimer), in COFFLinkerContext()
39 mergeGHashTimer("GHash Type Merging", addObjectsTimer), in COFFLinkerContext()
40 symbolMergingTimer("Symbol Merging", addObjectsTimer), in COFFLinkerContext()
H A DCOFFLinkerContext.h81 Timer addObjectsTimer; variable
H A DPDB.cpp1154 ScopedTimer t1(ctx.addObjectsTimer); in addObjectsToPDB()