Searched refs:isValidGlobalIndex (Results 1 – 2 of 2) sorted by relevance
472 if (!isValidGlobalIndex(Info.ElementIndex) || in parseLinkingSectionSymtab()833 if (!isValidGlobalIndex(Ex.Index)) in parseExportSection()860 bool WasmObjectFile::isValidGlobalIndex(uint32_t Index) const { in isValidGlobalIndex() function in WasmObjectFile865 return Index >= NumImportedGlobals && isValidGlobalIndex(Index); in isDefinedGlobalIndex()
205 bool isValidGlobalIndex(uint32_t Index) const;