Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp424 createProfileFileNameVar(M, InstrProfileOutput); in runOnModule()
1484 createProfileFileNameVar(M, CSInstrName); in run()
DInstrProfiling.cpp1028 createProfileFileNameVar(*M, Options.InstrProfileOutput); in emitInitialization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h1136 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp1151 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar() function