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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp368 if (isDefinedFunctionIndex(Index))
499 IsDefined != isDefinedFunctionIndex(Info.ElementIndex))
665 if (!isDefinedFunctionIndex(Index))
1034 if (!isDefinedFunctionIndex(Ex.Index))
1068 bool WasmObjectFile::isDefinedFunctionIndex(uint32_t Index) const { function in class:WasmObjectFile
1109 assert(isDefinedFunctionIndex(Index));
1115 assert(isDefinedFunctionIndex(Index));
1300 isDefinedFunctionIndex(Sym.Info.ElementIndex))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h215 bool isDefinedFunctionIndex(uint32_t Index) const;

Completed in 59 milliseconds