Lines Matching refs:RuntimeCallInserter
649 class RuntimeCallInserter { class
655 RuntimeCallInserter(Function &Fn) : OwnerFn(&Fn) { in RuntimeCallInserter() function in __anon4b8f1cd00211::RuntimeCallInserter
663 ~RuntimeCallInserter() { in ~RuntimeCallInserter()
762 const DataLayout &DL, RuntimeCallInserter &RTCI);
764 RuntimeCallInserter &RTCI);
769 RuntimeCallInserter &RTCI);
781 RuntimeCallInserter &RTCI);
788 uint32_t Exp, RuntimeCallInserter &RTCI);
794 RuntimeCallInserter &RTCI);
795 void instrumentMemIntrinsic(MemIntrinsic *MI, RuntimeCallInserter &RTCI);
987 RuntimeCallInserter &RTCI;
1025 RuntimeCallInserter &RTCI) in FunctionStackPoisoner()
1332 RuntimeCallInserter &RTCI) { in instrumentMemIntrinsic()
1580 Instruction *I, RuntimeCallInserter &RTCI) { in instrumentPointerComparisonOrSubtraction()
1596 uint32_t Exp, RuntimeCallInserter &RTCI) { in doInstrumentAddress()
1623 RuntimeCallInserter &RTCI) { in instrumentMaskedLoadOrStore()
1687 RuntimeCallInserter &RTCI) { in instrumentMop()
1746 RuntimeCallInserter &RTCI) { in generateCrashCode()
1840 RuntimeCallInserter &RTCI) { in instrumentAddress()
1930 uint32_t Exp, RuntimeCallInserter &RTCI) { in instrumentUnusualSizeOrAlignment()
2973 RuntimeCallInserter RTCI(F); in instrumentFunction()