Searched refs:WrapperCall (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1463 CallInst *WrapperCall = IRB.CreateCall( local
1471 WrapperCall->setTailCall();
1472 IRB.CreateRet(WrapperCall);

Completed in 112 milliseconds