HomeSort by: relevance | last modified time | path
    Searched refs:isValidEventIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h 226 bool isValidEventIndex(uint32_t Index) const;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 665 if (!isValidEventIndex(Info.ElementIndex) ||
1198 if (!isValidEventIndex(Ex.Index))
1241 bool WasmObjectFile::isValidEventIndex(uint32_t Index) const {
1246 return Index >= NumImportedEvents && isValidEventIndex(Index);

Completed in 30 milliseconds