Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp99 Type *LPadContextTy = nullptr; // type of 'struct _Unwind_LandingPadContext' member in __anone0a70c880111::WasmEHPrepareImpl
122 WasmEHPrepareImpl(Type *LPadContextTy_) : LPadContextTy(LPadContextTy_) {} in WasmEHPrepareImpl()
148 auto *LPadContextTy = in run() local
150 WasmEHPrepareImpl P(LPadContextTy); in run()
165 P.LPadContextTy = StructType::get(IRB.getInt32Ty(), // lpad_index in doInitialization()
253 M.getOrInsertGlobal("__wasm_lpad_context", LPadContextTy)); in prepareEHPads()
257 LSDAField = IRB.CreateConstInBoundsGEP2_32(LPadContextTy, LPadContextGV, 0, 1, in prepareEHPads()
259 SelectorField = IRB.CreateConstInBoundsGEP2_32(LPadContextTy, LPadContextGV, in prepareEHPads()