Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp362 Value *getAllocaTag(IRBuilder<> &IRB, Value *StackTag, unsigned AllocaNo);
1216 Value *HWAddressSanitizer::getAllocaTag(IRBuilder<> &IRB, Value *StackTag, in getAllocaTag() function in HWAddressSanitizer
1432 Value *Tag = getAllocaTag(IRB, StackTag, N); in instrumentStack()