Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DEntryExitInstrumenter.cpp21 static void insertCall(Function &CurFn, StringRef Func, in insertCall() function
87 insertCall(F, EntryFunc, &*F.begin()->getFirstInsertionPt(), DL); in runOnFunction()
113 insertCall(F, ExitFunc, T, DL); in runOnFunction()
/external/syzkaller/prog/
Dmutation.go32 ok = ctx.insertCall()
107 func (ctx *mutator) insertCall() bool { func