Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp323 Value *getAllocaTag(IRBuilder<> &IRB, Value *StackTag, AllocaInst *AI,
1077 Value *HWAddressSanitizer::getAllocaTag(IRBuilder<> &IRB, Value *StackTag, in getAllocaTag() function in HWAddressSanitizer
1314 Value *Tag = getAllocaTag(IRB, StackTag, AI, N); in instrumentStack()