Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/wasm/
DOutputSections.cpp129 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in finalizeContents()
142 initExpr.Inst.Value.Global = WasmSym::memoryBase->getGlobalIndex(); in finalizeContents()
DInputChunks.cpp394 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), "memory_base"); in generateRelocationCode()
417 const GlobalSymbol* baseSymbol = WasmSym::memoryBase; in generateRelocationCode()
DSymbols.cpp99 UndefinedGlobal *WasmSym::memoryBase; member in lld::wasm::WasmSym
DSyntheticSections.cpp436 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in generateRelocationCode()
494 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in writeBody()
DDriver.cpp768 WasmSym::memoryBase = createUndefinedGlobal("__memory_base", globalType); in createSyntheticSymbols()
770 WasmSym::memoryBase->markLive(); in createSyntheticSymbols()
DSymbols.h614 static UndefinedGlobal *memoryBase; member
DWriter.cpp1154 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), "memory_base"); in createInitMemoryFunction()
1201 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in createInitMemoryFunction()