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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h214 bool isValidFunctionIndex(uint32_t Index) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp364 if (!isValidFunctionIndex(Index) || Name.empty())
498 if (!isValidFunctionIndex(Info.ElementIndex) ||
1064 bool WasmObjectFile::isValidFunctionIndex(uint32_t Index) const { function in class:WasmObjectFile
1069 return Index >= NumImportedFunctions && isValidFunctionIndex(Index);
1131 if (!isValidFunctionIndex(StartFunction))

Completed in 60 milliseconds