Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1756 Instruction *TagCheckTerm = in instrumentAddress() local
1759 assert(cast<BranchInst>(TagCheckTerm)->isUnconditional()); in instrumentAddress()
1760 IRB.SetInsertPoint(TagCheckTerm); in instrumentAddress()
1761 InsertBefore = TagCheckTerm; in instrumentAddress()