Searched refs:NumImportedGlobals (Results 1 – 3 of 3) sorted by relevance
153 uint32_t getNumImportedGlobals() const { return NumImportedGlobals; } in getNumImportedGlobals()292 uint32_t NumImportedGlobals = 0; variable
62 uint32_t NumImportedGlobals = 0; member in __anonfc97c1880111::WasmWriter399 NumImportedGlobals++; in writeSectionContent()477 uint32_t ExpectedIndex = NumImportedGlobals; in writeSectionContent()
659 unsigned GlobalIndex = Info.ElementIndex - NumImportedGlobals; in parseLinkingSectionSymtab()1128 NumImportedGlobals++; in parseImportSection()1256 Global.Index = NumImportedGlobals + Globals.size(); in parseGlobalSection()1319 return Index < NumImportedGlobals + Globals.size(); in isValidGlobalIndex()1327 return Index >= NumImportedGlobals && isValidGlobalIndex(Index); in isDefinedGlobalIndex()1379 return Globals[Index - NumImportedGlobals]; in getDefinedGlobal()