Searched refs:LPadContextGV (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WasmEHPrepare.cpp | 95 GlobalVariable *LPadContextGV = nullptr; // __wasm_lpad_context member in __anon8cf5c6bc0111::WasmEHPrepare 216 LPadContextGV = cast<GlobalVariable>( in prepareEHPads() 218 LPadIndexField = IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 0, in prepareEHPads() 221 IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 1, "lsda_gep"); in prepareEHPads() 222 SelectorField = IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 2, in prepareEHPads()
|