Lines Matching refs:FuncCtx
52 AllocaInst *FuncCtx; member in __anon45055d680111::SjLjEHPrepare
112 Builder.CreateGEP(FunctionContextTy, FuncCtx, Idxs, "call_site"); in insertCallSiteStore()
180 FuncCtx = new AllocaInst(FunctionContextTy, DL.getAllocaAddrSpace(), in setupFunctionContext()
190 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 2, "__data"); in setupFunctionContext()
209 FunctionContextTy, FuncCtx, 0, 3, "pers_fn_gep"); in setupFunctionContext()
217 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 4, "lsda_gep"); in setupFunctionContext()
220 return FuncCtx; in setupFunctionContext()
382 Value *FuncCtx = in setupEntryBlockAndCallSites() local
389 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 5, "jbuf_gep"); in setupEntryBlockAndCallSites()
410 Value *FuncCtxArg = Builder.CreateBitCast(FuncCtx, Builder.getInt8PtrTy()); in setupEntryBlockAndCallSites()
441 CallInst::Create(RegisterFn, FuncCtx, "", EntryBB->getTerminator()); in setupEntryBlockAndCallSites()
466 CallInst::Create(UnregisterFn, FuncCtx, "", Return); in setupEntryBlockAndCallSites()