Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp371 Value *getStackBaseTag(IRBuilder<> &IRB);
1248 Value *HWAddressSanitizer::getStackBaseTag(IRBuilder<> &IRB) { in getStackBaseTag() function in HWAddressSanitizer
1655 Value *StackTag = getStackBaseTag(EntryIRB); in sanitizeFunction()