Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.cpp33 Constant *InitFn = M.getOrInsertFunction(FnName, Type::getInt32Ty(Context), in InsertProfilingInitCall() local
64 CallInst *InitCall = CallInst::Create(InitFn, Args, "newargc", InsertPos); in InsertProfilingInitCall()