Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp61 AllocaInst *FuncCtx; member in __anon39ada0450111::SjLjEHPrepare
136 Builder.CreateGEP(FunctionContextTy, FuncCtx, Idxs, "call_site"); in insertCallSiteStore()
201 FuncCtx = new AllocaInst(FunctionContextTy, nullptr, Align, "fn_context", in setupFunctionContext()
212 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 2, "__data"); in setupFunctionContext()
232 FunctionContextTy, FuncCtx, 0, 3, "pers_fn_gep"); in setupFunctionContext()
240 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 4, "lsda_gep"); in setupFunctionContext()
243 return FuncCtx; in setupFunctionContext()
402 Value *FuncCtx = in setupEntryBlockAndCallSites() local
409 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 5, "jbuf_gep"); in setupEntryBlockAndCallSites()
430 Value *FuncCtxArg = Builder.CreateBitCast(FuncCtx, Builder.getInt8PtrTy()); in setupEntryBlockAndCallSites()
[all …]