Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp290 Value *PtrTag = nullptr; member
886 R.PtrTag = in insertShadowTagCheck()
891 Value *TagMismatch = IRB.CreateICmpNE(R.PtrTag, R.MemTag); in insertShadowTagCheck()
895 R.PtrTag, ConstantInt::get(R.PtrTag->getType(), *MatchAllTag)); in insertShadowTagCheck()
957 Value *InlineTagMismatch = IRB.CreateICmpNE(TCI.PtrTag, InlineTag); in instrumentMemAccessInline()