Searched refs:CrashTerm (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 1885 Instruction *CrashTerm = nullptr; in instrumentAddress() local 1894 CrashTerm = genAMDGPUReportBlock(IRB, Cmp, Recover); in instrumentAddress() 1905 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress() 1909 CrashTerm = new UnreachableInst(*C, CrashBlock); in instrumentAddress() 1914 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover); in instrumentAddress() 1918 CrashTerm, AddrLong, IsWrite, AccessSizeIndex, SizeArgument, Exp, RTCI); in instrumentAddress()
|