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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp103 GlobalVariable *LPadContextGV = nullptr; // __wasm_lpad_context member in class:__anon1905::WasmEHPrepare
233 LPadContextGV = cast<GlobalVariable>(
235 LPadIndexField = IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 0,
238 IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 1, "lsda_gep");
239 SelectorField = IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 2,

Completed in 131 milliseconds