Searched refs:SetJmp3 (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 94 Constant *SetJmp3 = nullptr; member in __anona61101280111::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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 94 Constant *SetJmp3 = nullptr; member in __anonff7c44800111::WinEHStatePass 138 SetJmp3 = nullptr; in doFinalization() 182 SetJmp3 = TheModule->getOrInsertFunction( in runOnFunction() 500 CallInst *NewCI = Builder.CreateCall(SetJmp3, Args, OpBundles); in rewriteSetJmpCallSite() 506 SetJmp3, II->getNormalDest(), II->getUnwindDest(), Args, OpBundles); in rewriteSetJmpCallSite() 774 SetJmp3->stripPointerCasts()) in addStateStores()
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 2030 llvm::Constant *SetJmp3 = CGM.CreateRuntimeFunction( in EmitBuiltinExpr() local 2035 CS = EmitRuntimeCallOrInvoke(SetJmp3, Args); in EmitBuiltinExpr()
|