Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp367 unsigned retagMask(unsigned AllocaNo);
1168 unsigned HWAddressSanitizer::retagMask(unsigned AllocaNo) { in retagMask() function in HWAddressSanitizer
1221 StackTag, ConstantInt::get(StackTag->getType(), retagMask(AllocaNo))); in getAllocaTag()
1468 memtag::annotateDebugRecords(Info, retagMask(N)); in instrumentStack()