Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp563 if (isDefinedFunctionIndex(Index)) { in parseNameSection()
737 IsDefined != isDefinedFunctionIndex(Info.ElementIndex)) in parseLinkingSectionSymtab()
940 if (!isDefinedFunctionIndex(Index)) in parseLinkingSectionComdat()
1461 if (isDefinedFunctionIndex(Ex.Index)) { in parseExportSection()
1525 bool WasmObjectFile::isDefinedFunctionIndex(uint32_t Index) const { in isDefinedFunctionIndex() function in WasmObjectFile
1578 assert(isDefinedFunctionIndex(Index)); in getDefinedFunction()
1584 assert(isDefinedFunctionIndex(Index)); in getDefinedFunction()
1855 isDefinedFunctionIndex(Sym.Info.ElementIndex)) { in getSymbolAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h228 bool isDefinedFunctionIndex(uint32_t Index) const;