Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp553 if (isDefinedFunctionIndex(Index)) { in parseNameSection()
727 IsDefined != isDefinedFunctionIndex(Info.ElementIndex)) in parseLinkingSectionSymtab()
930 if (!isDefinedFunctionIndex(Index)) in parseLinkingSectionComdat()
1448 if (!isDefinedFunctionIndex(Ex.Index)) in parseExportSection()
1512 bool WasmObjectFile::isDefinedFunctionIndex(uint32_t Index) const { in isDefinedFunctionIndex() function in WasmObjectFile
1565 assert(isDefinedFunctionIndex(Index)); in getDefinedFunction()
1571 assert(isDefinedFunctionIndex(Index)); in getDefinedFunction()
1834 isDefinedFunctionIndex(Sym.Info.ElementIndex)) { in getSymbolAddress()
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h227 bool isDefinedFunctionIndex(uint32_t Index) const;