Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp388 if (isDefinedFunctionIndex(Index)) in parseNameSection()
542 IsDefined != isDefinedFunctionIndex(Info.ElementIndex)) in parseLinkingSectionSymtab()
753 if (!isDefinedFunctionIndex(Index)) in parseLinkingSectionComdat()
1187 if (!isDefinedFunctionIndex(Ex.Index)) in parseExportSection()
1221 bool WasmObjectFile::isDefinedFunctionIndex(uint32_t Index) const { in isDefinedFunctionIndex() function in WasmObjectFile
1274 assert(isDefinedFunctionIndex(Index)); in getDefinedFunction()
1280 assert(isDefinedFunctionIndex(Index)); in getDefinedFunction()
1508 isDefinedFunctionIndex(Sym.Info.ElementIndex)) in getSymbolAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h221 bool isDefinedFunctionIndex(uint32_t Index) const;