Home
last modified time | relevance | path

Searched defs:ProfileMap (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp45 const StringMap<FunctionSamples> &ProfileMap) { in writeFuncProfiles()
69 SampleProfileWriter::write(const StringMap<FunctionSamples> &ProfileMap) { in write()
134 const StringMap<FunctionSamples> &ProfileMap) { in write()
211 const StringMap<FunctionSamples> &ProfileMap) { in writeNameTableSection()
245 const StringMap<FunctionSamples> &ProfileMap) { in writeOneSection()
295 const StringMap<FunctionSamples> &ProfileMap) { in writeDefaultLayout()
316 splitProfileMapToTwo(const StringMap<FunctionSamples> &ProfileMap, in splitProfileMapToTwo()
328 const StringMap<FunctionSamples> &ProfileMap) { in writeCtxSplitLayout()
359 const StringMap<FunctionSamples> &ProfileMap) { in writeSections()
371 const StringMap<FunctionSamples> &ProfileMap) { in write()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCSPreInliner.h81 StringMap<FunctionSamples> &ProfileMap; variable
H A DProfileGenerator.h59 StringMap<FunctionSamples> ProfileMap; variable
H A DProfileGenerator.cpp88 StringMap<FunctionSamples> &ProfileMap) { in write()
427 StringMap<FunctionSamples> &ProfileMap) { in write()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h46 ProfiledCallGraph(StringMap<FunctionSamples> &ProfileMap) { in ProfiledCallGraph()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h111 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override { in writeHeader()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp673 StringMap<FunctionSamples> ProfileMap; in mergeSampleProfile() local