Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1179 BasicBlock *CrashBlock = in instrumentAddress() local
1181 CrashTerm = new UnreachableInst(*C, CrashBlock); in instrumentAddress()
1182 BranchInst *NewTerm = BranchInst::Create(CrashBlock, NextBB, Cmp2); in instrumentAddress()