Searched refs:addObjectsTimer (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | COFFLinkerContext.cpp | 36 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 D | COFFLinkerContext.h | 81 Timer addObjectsTimer; variable
|
H A D | PDB.cpp | 1154 ScopedTimer t1(ctx.addObjectsTimer); in addObjectsToPDB()
|