Searched refs:getGlobalType (Results 1 – 9 of 9) sorted by relevance
72 static_cast<wasm::ValType>(Sym->getGlobalType().Type)); in emitGlobalType()73 if (!Sym->getGlobalType().Mutable) in emitGlobalType()
131 const wasm::WasmGlobalType &getGlobalType() const { in getGlobalType() function
175 Type = static_cast<wasm::ValType>(WasmSym->getGlobalType().Type); in getGlobal()
199 ImportKey<WasmGlobalType> key(*(g->getGlobalType()), module, name); in addImport()265 import.Global = *globalSym->getGlobalType(); in writeBody()
334 const WasmGlobalType *getGlobalType() const { return globalType; } in getGlobalType() function
574 if (global->getGlobalType()->Mutable) { in checkImportExportTargetFeatures()672 if (g->getGlobalType()->Mutable && !g->getFile() && !g->forceExport) { in calculateExports()
162 const WasmGlobalType *oldType = cast<GlobalSymbol>(existing)->getGlobalType(); in checkGlobalType()
1389 Import.Global = WS.getGlobalType(); in prepareImports()1663 Global.Type = WS.getGlobalType(); in writeOneObject()
1246 return getGlobalType();