Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp476 if (isDefinedFunctionIndex(Index)) in parseNameSection()
624 IsDefined != isDefinedFunctionIndex(Info.ElementIndex)) in parseLinkingSectionSymtab()
833 if (!isDefinedFunctionIndex(Index)) in parseLinkingSectionComdat()
1288 if (!isDefinedFunctionIndex(Ex.Index)) in parseExportSection()
1322 bool WasmObjectFile::isDefinedFunctionIndex(uint32_t Index) const { in isDefinedFunctionIndex() function in WasmObjectFile
1375 assert(isDefinedFunctionIndex(Index)); in getDefinedFunction()
1381 assert(isDefinedFunctionIndex(Index)); in getDefinedFunction()
1610 isDefinedFunctionIndex(Sym.Info.ElementIndex)) in getSymbolAddress()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h218 bool isDefinedFunctionIndex(uint32_t Index) const;