Searched refs:isValidEventIndex (Results 1 – 2 of 2) sorted by relevance
226 bool isValidEventIndex(uint32_t Index) const;
665 if (!isValidEventIndex(Info.ElementIndex) || in parseLinkingSectionSymtab()1198 if (!isValidEventIndex(Ex.Index)) in parseExportSection()1241 bool WasmObjectFile::isValidEventIndex(uint32_t Index) const { in isValidEventIndex() function in WasmObjectFile1246 return Index >= NumImportedEvents && isValidEventIndex(Index); in isDefinedEventIndex()