Searched refs:getGlobalType (Results 1 – 8 of 8) 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()
201 ImportKey<WasmGlobalType> key(*(g->getGlobalType()), module, name); in addImport()267 import.Global = *globalSym->getGlobalType(); in writeBody()
341 const WasmGlobalType *getGlobalType() const { return globalType; } in getGlobalType() function
598 if (global->getGlobalType()->Mutable) { in checkImportExportTargetFeatures()697 if (g->getGlobalType()->Mutable && !g->getFile() && !g->forceExport) { in calculateExports()
170 const WasmGlobalType *oldType = cast<GlobalSymbol>(existing)->getGlobalType(); in checkGlobalType()
1386 Import.Global = WS.getGlobalType(); in prepareImports()1656 Global.Type = WS.getGlobalType(); in writeOneObject()