Searched refs:addObjectsTimer (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 1151 ScopedTimer t1(ctx.addObjectsTimer); in addObjectsToPDB()
|