Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h232 bool isValidTagIndex(uint32_t Index) const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp848 if (!isValidTagIndex(Info.ElementIndex) || in parseLinkingSectionSymtab()
1480 if (!isValidTagIndex(Ex.Index)) in parseExportSection()
1532 bool WasmObjectFile::isValidTagIndex(uint32_t Index) const { in isValidTagIndex() function in WasmObjectFile
1537 return Index >= NumImportedTags && isValidTagIndex(Index); in isDefinedTagIndex()