Searched refs:LPadContextTy (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | WasmEHPrepare.cpp | 94 Type *LPadContextTy = nullptr; // type of 'struct _Unwind_LandingPadContext' member in __anon19ba81b80111::WasmEHPrepare 138 LPadContextTy = StructType::get(IRB.getInt32Ty(), // lpad_index in doInitialization() 221 M.getOrInsertGlobal("__wasm_lpad_context", LPadContextTy)); in prepareEHPads() 224 LPadIndexField = IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 0, in prepareEHPads() 227 IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 1, "lsda_gep"); in prepareEHPads() 228 SelectorField = IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 2, in prepareEHPads()
|