Lines Matching refs:createRuntimeCall

702   CallInst *createRuntimeCall(IRBuilder<> &IRB, FunctionCallee Callee,  in createRuntimeCall()  function in __anon4b8f1cd00211::RuntimeCallInserter
1112 RTCI.createRuntimeCall( in unpoisonDynamicAllocasBeforeInst()
1335 RTCI.createRuntimeCall( in instrumentMemIntrinsic()
1341 RTCI.createRuntimeCall( in instrumentMemIntrinsic()
1588 RTCI.createRuntimeCall(IRB, F, Param); in instrumentPointerComparisonOrSubtraction()
1752 Call = RTCI.createRuntimeCall(IRB, AsanErrorCallbackSized[IsWrite][0], in generateCrashCode()
1755 Call = RTCI.createRuntimeCall(IRB, AsanErrorCallbackSized[IsWrite][1], in generateCrashCode()
1759 Call = RTCI.createRuntimeCall( in generateCrashCode()
1762 Call = RTCI.createRuntimeCall( in generateCrashCode()
1865 RTCI.createRuntimeCall( in instrumentAddress()
1868 RTCI.createRuntimeCall( in instrumentAddress()
1938 RTCI.createRuntimeCall(IRB, AsanMemoryAccessCallbackSized[IsWrite][0], in instrumentUnusualSizeOrAlignment()
1941 RTCI.createRuntimeCall( in instrumentUnusualSizeOrAlignment()
3073 RTCI.createRuntimeCall(IRB, AsanHandleNoReturnFunc, {}); in instrumentFunction()
3222 RTCI.createRuntimeCall( in copyToShadow()
3512 RTCI.createRuntimeCall(IRBIf, AsanStackMallocFunc[StackMallocIdx], in processStaticAllocas()
3524 RTCI.createRuntimeCall(IRB, AsanStackMallocFunc[StackMallocIdx], in processStaticAllocas()
3659 RTCI.createRuntimeCall( in processStaticAllocas()
3681 RTCI.createRuntimeCall( in poisonAlloca()
3743 RTCI.createRuntimeCall(IRB, AsanAllocaPoisonFunc, {NewAddress, OldSize}); in handleDynamicAllocaCall()