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