Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp50 Function *StackAddrFn = nullptr; member in __anon717b74230111::SjLjEHPrepareImpl
427 Val = Builder.CreateCall(StackAddrFn, {}, "sp"); in setupEntryBlockAndCallSites()
479 Instruction *StackAddr = CallInst::Create(StackAddrFn, "sp"); in setupEntryBlockAndCallSites()
511 StackAddrFn = Intrinsic::getOrInsertDeclaration(&M, Intrinsic::stacksave, in runOnFunction()