Searched refs:NumImportedGlobals (Results 1 – 3 of 3) sorted by relevance
141 uint32_t getNumImportedGlobals() const { return NumImportedGlobals; } in getNumImportedGlobals()258 uint32_t NumImportedGlobals = 0; variable
51 uint32_t NumImportedGlobals = 0; member in WasmWriter293 NumImportedGlobals++; in writeSectionContent()358 uint32_t ExpectedIndex = NumImportedGlobals; in writeSectionContent()
483 unsigned GlobalIndex = Info.ElementIndex - NumImportedGlobals; in parseLinkingSectionSymtab()729 NumImportedGlobals++; in parseImportSection()805 Global.Index = NumImportedGlobals + Globals.size(); in parseGlobalSection()861 return Index < NumImportedGlobals + Globals.size(); in isValidGlobalIndex()865 return Index >= NumImportedGlobals && isValidGlobalIndex(Index); in isDefinedGlobalIndex()891 return Globals[Index - NumImportedGlobals]; in getDefinedGlobal()