Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DDriver.cpp591 static GlobalSymbol *createGlobalVariable(StringRef name, bool isMutable) { in createGlobalVariable() function
645 WasmSym::stackPointer = createGlobalVariable("__stack_pointer", true); in createSyntheticSymbols()
650 WasmSym::tlsBase = createGlobalVariable("__tls_base", true); in createSyntheticSymbols()
651 WasmSym::tlsSize = createGlobalVariable("__tls_size", false); in createSyntheticSymbols()
652 WasmSym::tlsAlign = createGlobalVariable("__tls_align", false); in createSyntheticSymbols()