Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp476 if (isDefinedFunctionIndex(Index)) in parseNameSection()
624 IsDefined != isDefinedFunctionIndex(Info.ElementIndex)) in parseLinkingSectionSymtab()
825 if (!isDefinedFunctionIndex(Index)) in parseLinkingSectionComdat()
1280 if (!isDefinedFunctionIndex(Ex.Index)) in parseExportSection()
1314 bool WasmObjectFile::isDefinedFunctionIndex(uint32_t Index) const { in isDefinedFunctionIndex() function in WasmObjectFile
1367 assert(isDefinedFunctionIndex(Index)); in getDefinedFunction()
1373 assert(isDefinedFunctionIndex(Index)); in getDefinedFunction()
1602 isDefinedFunctionIndex(Sym.Info.ElementIndex)) in getSymbolAddress()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h218 bool isDefinedFunctionIndex(uint32_t Index) const;