Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp173 Value *getAllocaTag(IRBuilder<> &IRB, Value *StackTag, AllocaInst *AI,
579 Value *HWAddressSanitizer::getAllocaTag(IRBuilder<> &IRB, Value *StackTag, in getAllocaTag() function in HWAddressSanitizer
647 Value *Tag = getAllocaTag(IRB, StackTag, AI, N); in instrumentStack()