Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp55 AllocaInst *FuncCtx = nullptr; member in __anon717b74230111::SjLjEHPrepareImpl
139 Builder.CreateGEP(FunctionContextTy, FuncCtx, Idxs, "call_site"); in insertCallSiteStore()
204 FuncCtx = new AllocaInst(FunctionContextTy, DL.getAllocaAddrSpace(), nullptr, in setupFunctionContext()
214 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 2, "__data"); in setupFunctionContext()
237 FunctionContextTy, FuncCtx, 0, 3, "pers_fn_gep"); in setupFunctionContext()
243 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 4, "lsda_gep"); in setupFunctionContext()
246 return FuncCtx; in setupFunctionContext()
408 Value *FuncCtx = in setupEntryBlockAndCallSites() local
415 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 5, "jbuf_gep"); in setupEntryBlockAndCallSites()
436 Builder.CreateCall(FuncCtxFn, FuncCtx); in setupEntryBlockAndCallSites()
[all …]