Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1095 TerminatorInst *CrashTerm = nullptr; in instrumentAddress() local
1107 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress()
1111 CrashTerm = new UnreachableInst(*C, CrashBlock); in instrumentAddress()
1116 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover); in instrumentAddress()
1119 Instruction *Crash = generateCrashCode(CrashTerm, AddrLong, IsWrite, in instrumentAddress()