Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DCOFFLinkerContext.cpp28 totalMapTimer("MAP Emission (Cumulative)", rootTimer), in COFFLinkerContext()
29 symbolGatherTimer("Gather Symbols", totalMapTimer), in COFFLinkerContext()
30 symbolStringsTimer("Build Symbol Strings", totalMapTimer), in COFFLinkerContext()
31 writeTimer("Write to File", totalMapTimer), in COFFLinkerContext()
H A DCOFFLinkerContext.h99 Timer totalMapTimer; variable
H A DMapFile.cpp212 ScopedTimer t1(ctx.totalMapTimer); in writeMapFile()