Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp321 Value *getAllocaTag(IRBuilder<> &IRB, Value *StackTag, AllocaInst *AI,
1064 Value *HWAddressSanitizer::getAllocaTag(IRBuilder<> &IRB, Value *StackTag, in getAllocaTag() function in HWAddressSanitizer
1302 Value *Tag = getAllocaTag(IRB, StackTag, AI, N); in instrumentStack()