Searched refs:LPadContextTy (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | WasmEHPrepare.cpp | 132 Type *LPadContextTy = nullptr; // type of 'struct _Unwind_LandingPadContext' member in __anon500321e20111::WasmEHPrepare 173 LPadContextTy = StructType::get(IRB.getInt32Ty(), // lpad_index in doInitialization() 202 M.getOrInsertGlobal("__wasm_lpad_context", LPadContextTy)); in runOnFunction() 203 LPadIndexField = IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 0, in runOnFunction() 206 IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 1, "lsda_gep"); in runOnFunction() 207 SelectorField = IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 2, in runOnFunction()
|