Lines Matching defs:RTCI
767 const DataLayout &DL, RuntimeCallInserter &RTCI);
769 RuntimeCallInserter &RTCI);
774 RuntimeCallInserter &RTCI);
786 RuntimeCallInserter &RTCI);
793 uint32_t Exp, RuntimeCallInserter &RTCI);
799 RuntimeCallInserter &RTCI);
800 void instrumentMemIntrinsic(MemIntrinsic *MI, RuntimeCallInserter &RTCI);
997 RuntimeCallInserter &RTCI;
1035 RuntimeCallInserter &RTCI)
1036 : F(F), ASan(ASan), RTCI(RTCI),
1120 RTCI.createRuntimeCall(
1345 RuntimeCallInserter &RTCI) {
1348 RTCI.createRuntimeCall(
1354 RTCI.createRuntimeCall(
1593 Instruction *I, RuntimeCallInserter &RTCI) {
1601 RTCI.createRuntimeCall(IRB, F, Param);
1609 uint32_t Exp, RuntimeCallInserter &RTCI) {
1624 Exp, RTCI);
1628 IsWrite, nullptr, UseCalls, Exp, RTCI);
1636 RuntimeCallInserter &RTCI) {
1693 SizeArgument, UseCalls, Exp, RTCI);
1700 RuntimeCallInserter &RTCI) {
1746 UseCalls, Exp, RTCI);
1750 UseCalls, Exp, RTCI);
1759 RuntimeCallInserter &RTCI) {
1765 Call = RTCI.createRuntimeCall(IRB, AsanErrorCallbackSized[IsWrite][0],
1768 Call = RTCI.createRuntimeCall(IRB, AsanErrorCallbackSized[IsWrite][1],
1772 Call = RTCI.createRuntimeCall(
1775 Call = RTCI.createRuntimeCall(
1853 RuntimeCallInserter &RTCI) {
1875 RTCI.createRuntimeCall(
1878 RTCI.createRuntimeCall(
1928 CrashTerm, AddrLong, IsWrite, AccessSizeIndex, SizeArgument, Exp, RTCI);
1940 uint32_t Exp, RuntimeCallInserter &RTCI) {
1948 RTCI.createRuntimeCall(IRB, AsanMemoryAccessCallbackSized[IsWrite][0],
1951 RTCI.createRuntimeCall(
1960 RTCI);
1962 Exp, RTCI);
2981 RuntimeCallInserter RTCI(F);
3063 F.getDataLayout(), RTCI);
3068 instrumentMemIntrinsic(Inst, RTCI);
3072 FunctionStackPoisoner FSP(F, *this, RTCI);
3079 RTCI.createRuntimeCall(IRB, AsanHandleNoReturnFunc, {});
3083 instrumentPointerComparisonOrSubtraction(Inst, RTCI);
3228 RTCI.createRuntimeCall(
3519 RTCI.createRuntimeCall(IRBIf, AsanStackMallocFunc[StackMallocIdx],
3531 RTCI.createRuntimeCall(IRB, AsanStackMallocFunc[StackMallocIdx],
3666 RTCI.createRuntimeCall(
3688 RTCI.createRuntimeCall(
3750 RTCI.createRuntimeCall(IRB, AsanAllocaPoisonFunc, {NewAddress, OldSize});