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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h216 bool isValidGlobalIndex(uint32_t Index) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp523 if (!isValidGlobalIndex(Info.ElementIndex) ||
1040 if (!isValidGlobalIndex(Ex.Index))
1072 bool WasmObjectFile::isValidGlobalIndex(uint32_t Index) const { function in class:WasmObjectFile
1077 return Index >= NumImportedGlobals && isValidGlobalIndex(Index);

Completed in 94 milliseconds