Searched refs:createGlobalVariable (Results 1 – 1 of 1) sorted by relevance
591 static GlobalSymbol *createGlobalVariable(StringRef name, bool isMutable) { in createGlobalVariable() function645 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()