Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp570 if (!isValidGlobalIndex(Index) || Name.empty()) in parseNameSection()
752 if (!isValidGlobalIndex(Info.ElementIndex) || in parseLinkingSectionSymtab()
1460 if (!isValidGlobalIndex(Ex.Index)) in parseExportSection()
1516 bool WasmObjectFile::isValidGlobalIndex(uint32_t Index) const { in isValidGlobalIndex() function in WasmObjectFile
1525 return Index >= NumImportedGlobals && isValidGlobalIndex(Index); in isDefinedGlobalIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h228 bool isValidGlobalIndex(uint32_t Index) const;