Searched refs:NumImportedGlobals (Results 1 – 3 of 3) sorted by relevance
156 uint32_t getNumImportedGlobals() const { return NumImportedGlobals; } in getNumImportedGlobals()296 uint32_t NumImportedGlobals = 0; variable
62 uint32_t NumImportedGlobals = 0; member in __anon07ec07460111::WasmWriter386 NumImportedGlobals++; in writeSectionContent()470 uint32_t ExpectedIndex = NumImportedGlobals; in writeSectionContent()
579 unsigned GlobalIndex = Info.ElementIndex - NumImportedGlobals; in parseLinkingSectionSymtab()1048 NumImportedGlobals++; in parseImportSection()1163 Global.Index = NumImportedGlobals + Globals.size(); in parseGlobalSection()1226 return Index < NumImportedGlobals + Globals.size(); in isValidGlobalIndex()1234 return Index >= NumImportedGlobals && isValidGlobalIndex(Index); in isDefinedGlobalIndex()1286 return Globals[Index - NumImportedGlobals]; in getDefinedGlobal()