Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1764 Instruction *CrashTerm = nullptr; in instrumentAddress() local
1776 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress()
1780 CrashTerm = new UnreachableInst(*C, CrashBlock); in instrumentAddress()
1785 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover); in instrumentAddress()
1788 Instruction *Crash = generateCrashCode(CrashTerm, AddrLong, IsWrite, in instrumentAddress()