Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1612 Instruction *CrashTerm = nullptr; in instrumentAddress() local
1624 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress()
1628 CrashTerm = new UnreachableInst(*C, CrashBlock); in instrumentAddress()
1633 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover); in instrumentAddress()
1636 Instruction *Crash = generateCrashCode(CrashTerm, AddrLong, IsWrite, in instrumentAddress()