Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86WinEHState.cpp94 Constant *SetJmp3 = nullptr; member in __anoncf30f85e0111::WinEHStatePass
138 SetJmp3 = nullptr; in doFinalization()
176 SetJmp3 = TheModule->getOrInsertFunction( in runOnFunction()
492 CallInst *NewCI = Builder.CreateCall(SetJmp3, Args, OpBundles); in rewriteSetJmpCallSite()
498 SetJmp3, II->getNormalDest(), II->getUnwindDest(), Args, OpBundles); in rewriteSetJmpCallSite()
766 SetJmp3->stripPointerCasts()) in addStateStores()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp2030 llvm::Constant *SetJmp3 = CGM.CreateRuntimeFunction( in EmitBuiltinExpr() local
2035 CS = EmitRuntimeCallOrInvoke(SetJmp3, Args); in EmitBuiltinExpr()