Searched refs:LPadContextGV (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | WasmEHPrepare.cpp | 133 GlobalVariable *LPadContextGV = nullptr; // __wasm_lpad_context member in __anon500321e20111::WasmEHPrepare 201 LPadContextGV = cast<GlobalVariable>( 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()
|