Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1048 auto GetStackPointerFn = Intrinsic::getDeclaration( in getStackBaseTag() local
1052 GetStackPointerFn, {Constant::getNullValue(IRB.getInt32Ty())}); in getStackBaseTag()
1165 auto GetStackPointerFn = Intrinsic::getDeclaration( in emitPrologue() local
1169 IRB.CreateCall(GetStackPointerFn, in emitPrologue()