Searched refs:memoryBase (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | OutputSections.cpp | 129 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in finalizeContents() 142 initExpr.Inst.Value.Global = WasmSym::memoryBase->getGlobalIndex(); in finalizeContents()
|
| H A D | InputChunks.cpp | 394 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), "memory_base"); in generateRelocationCode() 417 const GlobalSymbol* baseSymbol = WasmSym::memoryBase; in generateRelocationCode()
|
| H A D | Symbols.cpp | 99 UndefinedGlobal *WasmSym::memoryBase; member in lld::wasm::WasmSym
|
| H A D | SyntheticSections.cpp | 436 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in generateRelocationCode() 494 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in writeBody()
|
| H A D | Driver.cpp | 768 WasmSym::memoryBase = createUndefinedGlobal("__memory_base", globalType); in createSyntheticSymbols() 770 WasmSym::memoryBase->markLive(); in createSyntheticSymbols()
|
| H A D | Symbols.h | 614 static UndefinedGlobal *memoryBase; member
|
| H A D | Writer.cpp | 1154 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), "memory_base"); in createInitMemoryFunction() 1201 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in createInitMemoryFunction()
|