Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp98 Type *LPadContextTy = nullptr; // type of 'struct _Unwind_LandingPadContext' member in __anond80fb8fe0111::WasmEHPrepareImpl
121 WasmEHPrepareImpl(Type *LPadContextTy_) : LPadContextTy(LPadContextTy_) {} in WasmEHPrepareImpl()
147 auto *LPadContextTy = in run() local
149 WasmEHPrepareImpl P(LPadContextTy); in run()
164 P.LPadContextTy = StructType::get(IRB.getInt32Ty(), // lpad_index in doInitialization()
252 M.getOrInsertGlobal("__wasm_lpad_context", LPadContextTy)); in prepareEHPads()
255 LPadIndexField = IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 0, in prepareEHPads()
258 IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 1, "lsda_gep"); in prepareEHPads()
259 SelectorField = IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 2, in prepareEHPads()