Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DOutputSections.cpp130 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in finalizeContents()
143 initExpr.Inst.Value.Global = WasmSym::memoryBase->getGlobalIndex(); in finalizeContents()
H A DInputChunks.cpp394 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), "memory_base"); in generateRelocationCode()
417 const GlobalSymbol* baseSymbol = WasmSym::memoryBase; in generateRelocationCode()
H A DDriver.cpp632 WasmSym::memoryBase = createUndefinedGlobal("__memory_base", globalType); in createSyntheticSymbols()
634 WasmSym::memoryBase->markLive(); in createSyntheticSymbols()
H A DSymbols.cpp96 UndefinedGlobal *WasmSym::memoryBase; member in lld::wasm::WasmSym
H A DSyntheticSections.cpp434 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in generateRelocationCode()
492 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in writeBody()
H A DSymbols.h604 static UndefinedGlobal *memoryBase; member
H A DWriter.cpp1129 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), "memory_base"); in createInitMemoryFunction()
1176 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in createInitMemoryFunction()