Searched refs:LPadContextGV (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | WasmEHPrepare.cpp | 103 GlobalVariable *LPadContextGV = nullptr; // __wasm_lpad_context member in __anona5902bb30111::WasmEHPrepare 233 LPadContextGV = cast<GlobalVariable>( 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()
|