Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp45 Type *FunctionContextTy = nullptr; member in __anon717b74230111::SjLjEHPrepareImpl
117 FunctionContextTy = StructType::get(VoidPtrTy, // __prev in doInitialization()
139 Builder.CreateGEP(FunctionContextTy, FuncCtx, Idxs, "call_site"); in insertCallSiteStore()
202 const Align Alignment = DL.getPrefTypeAlign(FunctionContextTy); in setupFunctionContext()
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()
414 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 5, "jbuf_gep"); in setupEntryBlockAndCallSites()
502 PointerType::getUnqual(FunctionContextTy->getContext())); in runOnFunction()
[all …]