Searched refs:createProfileFileNameVar (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | MemProfiler.cpp | 492 void createProfileFileNameVar(Module &M) { in createProfileFileNameVar() function 525 createProfileFileNameVar(M); in instrumentModule()
|
D | PGOInstrumentation.cpp | 434 createProfileFileNameVar(M, InstrProfileOutput); in runOnModule() 1579 createProfileFileNameVar(M, CSInstrName); in run()
|
D | InstrProfiling.cpp | 1089 createProfileFileNameVar(*M, Options.InstrProfileOutput); in emitInitialization()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 1136 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 1146 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 424 createProfileFileNameVar(M, InstrProfileOutput); in runOnModule() 1484 createProfileFileNameVar(M, CSInstrName); in run()
|
D | InstrProfiling.cpp | 1028 createProfileFileNameVar(*M, Options.InstrProfileOutput); in emitInitialization()
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 1138 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 1151 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar() function
|