Searched refs:FunctionContextTy (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SjLjEHPrepare.cpp | 45 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() 203 const Align Alignment = DL.getPrefTypeAlign(FunctionContextTy); in setupFunctionContext() 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() 415 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 5, "jbuf_gep"); in setupEntryBlockAndCallSites() 504 PointerType::getUnqual(FunctionContextTy)); in runOnFunction() [all …]
|