Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp99 GlobalVariable *LPadContextGV = nullptr; // __wasm_lpad_context member in __anond80fb8fe0111::WasmEHPrepareImpl
251 LPadContextGV = cast<GlobalVariable>( in prepareEHPads()
253 LPadContextGV->setThreadLocalMode(GlobalValue::GeneralDynamicTLSModel); in prepareEHPads()
255 LPadIndexField = IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 0, in prepareEHPads()
258 IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 1, "lsda_gep"); in prepareEHPads()
259 SelectorField = IRB.CreateConstGEP2_32(LPadContextTy, LPadContextGV, 0, 2, in prepareEHPads()