Searched refs:FuncCtx (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | SjLjEHPrepare.cpp | 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 410 Value *FuncCtxArg = Builder.CreateBitCast(FuncCtx, Builder.getInt8PtrTy()); in setupEntryBlockAndCallSites() 441 CallInst::Create(RegisterFn, FuncCtx, "", EntryBB->getTerminator()); in setupEntryBlockAndCallSites() [all …]
|