Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DCOFFLinkerContext.cpp25 totalMapTimer("MAP Emission (Cumulative)", rootTimer), in COFFLinkerContext()
26 symbolGatherTimer("Gather Symbols", totalMapTimer), in COFFLinkerContext()
27 symbolStringsTimer("Build Symbol Strings", totalMapTimer), in COFFLinkerContext()
28 writeTimer("Write to File", totalMapTimer), in COFFLinkerContext()
H A DCOFFLinkerContext.h66 Timer totalMapTimer; variable
H A DMapFile.cpp210 ScopedTimer t1(ctx.totalMapTimer); in writeMapFile()