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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1049 TerminatorInst *CrashTerm = nullptr; local
1062 CrashTerm = new UnreachableInst(*C, CrashBlock);
1066 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, true);
1069 Instruction *Crash = generateCrashCode(CrashTerm, AddrLong, IsWrite,

Completed in 53 milliseconds