Searched refs:LPadContextTy (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | WasmEHPrepare.cpp | 102 Type *LPadContextTy = nullptr; // type of 'struct _Unwind_LandingPadContext' member in __anona5902bb30111::WasmEHPrepare 152 LPadContextTy = StructType::get(IRB.getInt32Ty(), // lpad_index in doInitialization() 234 M.getOrInsertGlobal("__wasm_lpad_context", LPadContextTy)); in prepareEHPads() 235 LPadIndexField = IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 0, in prepareEHPads() 238 IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 1, "lsda_gep"); in prepareEHPads() 239 SelectorField = IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 2, in prepareEHPads()
|