Lines Matching refs:FuncCtx
61 AllocaInst *FuncCtx; member in __anon39ada0450111::SjLjEHPrepare
136 Builder.CreateGEP(FunctionContextTy, FuncCtx, Idxs, "call_site"); in insertCallSiteStore()
201 FuncCtx = new AllocaInst(FunctionContextTy, nullptr, Align, "fn_context", in setupFunctionContext()
212 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 2, "__data"); in setupFunctionContext()
232 FunctionContextTy, FuncCtx, 0, 3, "pers_fn_gep"); in setupFunctionContext()
240 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 4, "lsda_gep"); in setupFunctionContext()
243 return FuncCtx; in setupFunctionContext()
402 Value *FuncCtx = in setupEntryBlockAndCallSites() local
409 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 5, "jbuf_gep"); in setupEntryBlockAndCallSites()
430 Value *FuncCtxArg = Builder.CreateBitCast(FuncCtx, Builder.getInt8PtrTy()); in setupEntryBlockAndCallSites()
462 CallInst::Create(RegisterFn, FuncCtx, "", EntryBB->getTerminator()); in setupEntryBlockAndCallSites()
487 CallInst::Create(UnregisterFn, FuncCtx, "", Returns[I]); in setupEntryBlockAndCallSites()