Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp365 if (isDefinedFunctionIndex(Index)) in parseNameSection()
496 IsDefined != isDefinedFunctionIndex(Info.ElementIndex)) in parseLinkingSectionSymtab()
662 if (!isDefinedFunctionIndex(Index)) in parseLinkingSectionComdat()
982 bool WasmObjectFile::isDefinedFunctionIndex(uint32_t Index) const { in isDefinedFunctionIndex() function in WasmObjectFile
1023 assert(isDefinedFunctionIndex(Index)); in getDefinedFunction()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h214 bool isDefinedFunctionIndex(uint32_t Index) const;