Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:getOrInsertFunction

275   WarningFn = M.getOrInsertFunction(WarningFnName, IRB.getVoidTy(), NULL);
277 MsanCopyOriginFn = M.getOrInsertFunction(
280 MsanSetAllocaOriginFn = M.getOrInsertFunction(
283 MsanPoisonStackFn = M.getOrInsertFunction(
285 MemmoveFn = M.getOrInsertFunction(
288 MemcpyFn = M.getOrInsertFunction(
291 MemsetFn = M.getOrInsertFunction(
362 appendToGlobalCtors(M, cast<Function>(M.getOrInsertFunction(