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