Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DOutputSections.cpp129 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in finalizeContents()
142 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 DSymbols.cpp99 UndefinedGlobal *WasmSym::memoryBase; member in lld::wasm::WasmSym
H A DSyntheticSections.cpp436 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in generateRelocationCode()
494 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in writeBody()
H A DDriver.cpp768 WasmSym::memoryBase = createUndefinedGlobal("__memory_base", globalType); in createSyntheticSymbols()
770 WasmSym::memoryBase->markLive(); in createSyntheticSymbols()
H A DSymbols.h614 static UndefinedGlobal *memoryBase; member
H A DWriter.cpp1154 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), "memory_base"); in createInitMemoryFunction()
1201 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in createInitMemoryFunction()