Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DDriver.cpp574 createUndefinedGlobal(StringRef name, llvm::wasm::WasmGlobalType *type) { in createUndefinedGlobal() function
623 createUndefinedGlobal("__stack_pointer", config->is64.value_or(false) in createSyntheticSymbols()
632 WasmSym::memoryBase = createUndefinedGlobal("__memory_base", globalType); in createSyntheticSymbols()
633 WasmSym::tableBase = createUndefinedGlobal("__table_base", globalType); in createSyntheticSymbols()
638 createUndefinedGlobal("__table_base32", &globalTypeI32); in createSyntheticSymbols()