Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86WinEHState.cpp88 FunctionCallee SetJmp3 = nullptr; member in __anon2d75d06d0111::WinEHStatePass
132 SetJmp3 = nullptr; in doFinalization()
176 SetJmp3 = TheModule->getOrInsertFunction( in runOnFunction()
489 CallInst *NewCI = Builder.CreateCall(SetJmp3, Args, OpBundles); in rewriteSetJmpCall()
495 SetJmp3, II->getNormalDest(), II->getUnwindDest(), Args, OpBundles); in rewriteSetJmpCall()
759 SetJmp3.getCallee()->stripPointerCasts()) in addStateStores()