Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp172 Value *getStackBaseTag(IRBuilder<> &IRB);
558 Value *HWAddressSanitizer::getStackBaseTag(IRBuilder<> &IRB) { in getStackBaseTag() function in HWAddressSanitizer
635 Value *StackTag = getStackBaseTag(IRB); in instrumentStack()