Searched refs:getGlobalType (Results 1 – 10 of 10) sorted by relevance
74 static_cast<wasm::ValType>(Sym->getGlobalType().Type)); in emitGlobalType()75 if (!Sym->getGlobalType().Mutable) in emitGlobalType()
101 const wasm::WasmGlobalType &getGlobalType() const { in getGlobalType() function
74 static_cast<wasm::ValType>(Sym->getGlobalType().Type)) in emitGlobalType()
117 const wasm::WasmGlobalType &getGlobalType() const { in getGlobalType() function
317 const WasmGlobalType *getGlobalType() const { return globalType; } in getGlobalType() function
487 if (global->getGlobalType()->Mutable) { in populateTargetFeatures()618 if (g->getGlobalType()->Mutable && !g->getFile() && !g->forceExport) { in calculateExports()
176 import.Global = *globalSym->getGlobalType(); in writeBody()
164 const WasmGlobalType *oldType = cast<GlobalSymbol>(existing)->getGlobalType(); in checkGlobalType()
1263 Import.Global = WS.getGlobalType(); in prepareImports()1533 Global.Type = WS.getGlobalType(); in writeOneObject()
1177 Import.Global = WS.getGlobalType(); in writeObject()