Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1542 Instruction *TagCheckTerm = in instrumentAddress() local
1545 assert(cast<BranchInst>(TagCheckTerm)->isUnconditional()); in instrumentAddress()
1546 IRB.SetInsertPoint(TagCheckTerm); in instrumentAddress()
1547 InsertBefore = TagCheckTerm; in instrumentAddress()