Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.h33 void InsertProfilingShutdownCall(Function *Callee, Module *Mod);
DProfilingUtils.cpp132 void llvm::InsertProfilingShutdownCall(Function *Callee, Module *Mod) { in InsertProfilingShutdownCall() function in llvm
DGCOVProfiling.cpp667 InsertProfilingShutdownCall(WriteoutF, M); in insertCounterWriteout()