Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp1720 BasicBlock *CrashBlock = in instrumentAddress() local
1722 CrashTerm = new UnreachableInst(*C, CrashBlock); in instrumentAddress()
1723 BranchInst *NewTerm = BranchInst::Create(CrashBlock, NextBB, Cmp2); in instrumentAddress()