Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DCOFFLinkerContext.cpp30 addObjectsTimer("Add Objects", totalPdbLinkTimer), in COFFLinkerContext()
31 typeMergingTimer("Type Merging", addObjectsTimer), in COFFLinkerContext()
32 loadGHashTimer("Global Type Hashing", addObjectsTimer), in COFFLinkerContext()
33 mergeGHashTimer("GHash Type Merging", addObjectsTimer), in COFFLinkerContext()
34 symbolMergingTimer("Symbol Merging", addObjectsTimer), in COFFLinkerContext()
H A DCOFFLinkerContext.h73 Timer addObjectsTimer; variable
H A DPDB.cpp1138 ScopedTimer t1(ctx.addObjectsTimer); in addObjectsToPDB()