Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp491 if (isDefinedFunctionIndex(Index)) in parseNameSection()
643 IsDefined != isDefinedFunctionIndex(Info.ElementIndex)) in parseLinkingSectionSymtab()
848 if (!isDefinedFunctionIndex(Index)) in parseLinkingSectionComdat()
1312 if (!isDefinedFunctionIndex(Ex.Index)) in parseExportSection()
1378 bool WasmObjectFile::isDefinedFunctionIndex(uint32_t Index) const { in isDefinedFunctionIndex() function in WasmObjectFile
1431 assert(isDefinedFunctionIndex(Index)); in getDefinedFunction()
1437 assert(isDefinedFunctionIndex(Index)); in getDefinedFunction()
1672 isDefinedFunctionIndex(Sym.Info.ElementIndex)) { in getSymbolAddress()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h221 bool isDefinedFunctionIndex(uint32_t Index) const;