Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h223 bool isValidTagIndex(uint32_t Index) const;
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp747 if (!isValidTagIndex(Info.ElementIndex) || in parseLinkingSectionSymtab()
1299 if (!isValidTagIndex(Ex.Index)) in parseExportSection()
1342 bool WasmObjectFile::isValidTagIndex(uint32_t Index) const { in isValidTagIndex() function in WasmObjectFile
1347 return Index >= NumImportedTags && isValidTagIndex(Index); in isDefinedTagIndex()