reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/WasmEHPrepare.cpp
  144   LPadContextTy = StructType::get(IRB.getInt32Ty(),   // lpad_index
  223       M.getOrInsertGlobal("__wasm_lpad_context", LPadContextTy));
  224   LPadIndexField = IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 0,
  227       IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 1, "lsda_gep");
  228   SelectorField = IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 2,