Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DCOFFLinkerContext.cpp31 totalMapTimer("MAP Emission (Cumulative)", rootTimer), in COFFLinkerContext()
32 symbolGatherTimer("Gather Symbols", totalMapTimer), in COFFLinkerContext()
33 symbolStringsTimer("Build Symbol Strings", totalMapTimer), in COFFLinkerContext()
34 writeTimer("Write to File", totalMapTimer), in COFFLinkerContext()
H A DCOFFLinkerContext.h74 Timer totalMapTimer; variable
H A DMapFile.cpp211 ScopedTimer t1(ctx.totalMapTimer); in writeMapFile()