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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp104 GlobalVariable *LPadContextGV = nullptr; // __wasm_lpad_context member in class:__anon3602::WasmEHPrepare
312 LPadContextGV = cast<GlobalVariable>(
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