Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp240 Value *getAllocaTag(IRBuilder<> &IRB, Value *StackTag, AllocaInst *AI,
972 Value *HWAddressSanitizer::getAllocaTag(IRBuilder<> &IRB, Value *StackTag, in getAllocaTag() function in HWAddressSanitizer
1155 Value *Tag = getAllocaTag(IRB, StackTag, AI, N); in instrumentStack()