Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp55 AllocaInst *FuncCtx = nullptr; member in __anon68e420990111::SjLjEHPrepareImpl
139 Builder.CreateGEP(FunctionContextTy, FuncCtx, Idxs, "call_site"); in insertCallSiteStore()
206 FuncCtx = new AllocaInst(FunctionContextTy, DL.getAllocaAddrSpace(), nullptr, in setupFunctionContext()
216 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 2, "__data"); in setupFunctionContext()
239 FunctionContextTy, FuncCtx, 0, 3, "pers_fn_gep"); in setupFunctionContext()
245 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 4, "lsda_gep"); in setupFunctionContext()
248 return FuncCtx; in setupFunctionContext()
410 Value *FuncCtx = in setupEntryBlockAndCallSites() local
438 Builder.CreateCall(FuncCtxFn, FuncCtx); in setupEntryBlockAndCallSites()
468 CallInst::Create(RegisterFn, FuncCtx, "", EntryBB->getTerminator()); in setupEntryBlockAndCallSites()
[all …]