Searched refs:LPadContextTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp103 Type *LPadContextTy = nullptr; // type of 'struct _Unwind_LandingPadContext' member in class:__anon3602::WasmEHPrepare
158 LPadContextTy = StructType::get(IRB.getInt32Ty(), // lpad_index
313 M.getOrInsertGlobal("__wasm_lpad_context", LPadContextTy));
314 LPadIndexField = IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 0,
317 IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 1, "lsda_gep");
318 SelectorField = IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 2,

Completed in 98 milliseconds