Home
last modified time | relevance | path

Searched refs:createProfileFileNameVar (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp492 void createProfileFileNameVar(Module &M) { in createProfileFileNameVar() function
525 createProfileFileNameVar(M); in instrumentModule()
H A DPGOInstrumentation.cpp464 createProfileFileNameVar(M, InstrProfileOutput); in runOnModule()
1632 createProfileFileNameVar(M, CSInstrName); in run()
H A DInstrProfiling.cpp1140 createProfileFileNameVar(*M, Options.InstrProfileOutput); in emitInitialization()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h1148 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp1160 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar() function