Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp749 CallInst *createRuntimeCall(IRBuilder<> &IRB, FunctionCallee Callee, in createRuntimeCall() function in __anon4b8f1cd00211::RuntimeCallInserter
1162 RTCI.createRuntimeCall( in unpoisonDynamicAllocasBeforeInst()
1402 RTCI.createRuntimeCall( in instrumentMemIntrinsic()
1408 RTCI.createRuntimeCall( in instrumentMemIntrinsic()
1655 RTCI.createRuntimeCall(IRB, F, Param); in instrumentPointerComparisonOrSubtraction()
1819 Call = RTCI.createRuntimeCall(IRB, AsanErrorCallbackSized[IsWrite][0], in generateCrashCode()
1822 Call = RTCI.createRuntimeCall(IRB, AsanErrorCallbackSized[IsWrite][1], in generateCrashCode()
1826 Call = RTCI.createRuntimeCall( in generateCrashCode()
1829 Call = RTCI.createRuntimeCall( in generateCrashCode()
1929 RTCI.createRuntimeCall( in instrumentAddress()
[all …]