Searched refs:tlsBase (Results 1 – 5 of 5) sorted by relevance
307 if (!config->sharedMemory && WasmSym::tlsBase) { in layoutMemory()308 auto *tlsBase = cast<DefinedGlobal>(WasmSym::tlsBase); in layoutMemory() local309 setGlobalPtr(tlsBase, memoryPtr); in layoutMemory()1042 WasmSym::tlsBase->markLive(); in createSyntheticInitFunctions()1053 WasmSym::tlsBase->markLive(); in createSyntheticInitFunctions()1219 writeUleb128(os, WasmSym::tlsBase->getGlobalIndex(), in createInitMemoryFunction()1463 writeUleb128(os, WasmSym::tlsBase->getGlobalIndex(), "global index"); in createInitTLSFunction()
92 GlobalSymbol *WasmSym::tlsBase; member in lld::wasm::WasmSym
786 WasmSym::tlsBase = createGlobalVariable("__tls_base", true); in createSyntheticSymbols()840 WasmSym::tlsBase = createOptionalGlobal("__tls_base", false); in createOptionalSymbols()
537 static GlobalSymbol *tlsBase; member
434 writeUleb128(os, WasmSym::tlsBase->getGlobalIndex(), "__tls_base"); in generateRelocationCode()