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()
203 FuncCtx = new AllocaInst(FunctionContextTy, DL.getAllocaAddrSpace(), nullptr, in setupFunctionContext()
213 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 2, "__data"); in setupFunctionContext()
236 FunctionContextTy, FuncCtx, 0, 3, "pers_fn_gep"); in setupFunctionContext()
242 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 4, "lsda_gep"); in setupFunctionContext()
245 return FuncCtx; in setupFunctionContext()
407 Value *FuncCtx = in setupEntryBlockAndCallSites() local
414 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 5, "jbuf_gep"); in setupEntryBlockAndCallSites()
435 Builder.CreateCall(FuncCtxFn, FuncCtx); in setupEntryBlockAndCallSites()
[all …]