Home
last modified time | relevance | path

Searched refs:initMemory (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DWriter.cpp1010 WasmSym::initMemory = symtab->addSyntheticFunction( in createSyntheticInitFunctions()
1013 WasmSym::initMemory->markLive(); in createSyntheticInitFunctions()
1041 if (WasmSym::applyGlobalRelocs && WasmSym::initMemory) { in createSyntheticInitFunctions()
1051 assert(WasmSym::initMemory); in createInitMemoryFunction()
1271 createFunction(WasmSym::initMemory, bodyContent); in createInitMemoryFunction()
1276 if (WasmSym::initMemory && WasmSym::applyGlobalRelocs) { in createStartFunction()
1286 writeUleb128(os, WasmSym::initMemory->getFunctionIndex(), in createStartFunction()
1291 } else if (WasmSym::initMemory) { in createStartFunction()
1292 WasmSym::startFunction = WasmSym::initMemory; in createStartFunction()
1602 if (WasmSym::initMemory) in run()
H A DSymbols.cpp76 DefinedFunction *WasmSym::initMemory; member in lld::wasm::WasmSym
H A DSymbols.h556 static DefinedFunction *initMemory; member