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

/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp281 Value *IndirectCallWrapperFn; member in class:__anon25418::MemorySanitizer
282 // Argument and return type of IndirectCallWrapperFn: void (*f)(void).
395 IndirectCallWrapperFn = M.getOrInsertFunction(
686 IRB.CreateCall(MS.IndirectCallWrapperFn, Fn), Fn0->getType());
693 IRB.CreateCall(MS.IndirectCallWrapperFn, Fn), Fn0->getType());

Completed in 148 milliseconds