Home
last modified time | relevance | path

Searched refs:isValidEventIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp578 if (!isValidEventIndex(Info.ElementIndex) || in parseLinkingSectionSymtab()
959 if (!isValidEventIndex(Ex.Index)) in parseExportSection()
994 bool WasmObjectFile::isValidEventIndex(uint32_t Index) const { in isValidEventIndex() function in WasmObjectFile
999 return Index >= NumImportedEvents && isValidEventIndex(Index); in isDefinedEventIndex()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h217 bool isValidEventIndex(uint32_t Index) const;