Home
last modified time | relevance | path

Searched refs:tableBase32 (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lld/wasm/
H A DDriver.cpp773 WasmSym::tableBase32 = in createSyntheticSymbols()
775 WasmSym::tableBase32->markLive(); in createSyntheticSymbols()
777 WasmSym::tableBase32 = nullptr; in createSyntheticSymbols()
H A DSymbols.cpp97 UndefinedGlobal *WasmSym::tableBase32; member in lld::wasm::WasmSym
H A DSymbols.h609 static UndefinedGlobal *tableBase32; member
H A DSyntheticSections.cpp574 (config->is64.value_or(false) ? WasmSym::tableBase32 in writeBody()