Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h226 bool isValidTagIndex(uint32_t Index) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp764 if (!isValidTagIndex(Info.ElementIndex) || in parseLinkingSectionSymtab()
1344 if (!isValidTagIndex(Ex.Index)) in parseExportSection()
1398 bool WasmObjectFile::isValidTagIndex(uint32_t Index) const { in isValidTagIndex() function in WasmObjectFile
1403 return Index >= NumImportedTags && isValidTagIndex(Index); in isDefinedTagIndex()