Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp327 if (isDefinedFunctionIndex(Index)) in parseNameSection()
452 IsDefined != isDefinedFunctionIndex(Info.ElementIndex)) in parseLinkingSectionSymtab()
576 if (!isDefinedFunctionIndex(Index)) in parseLinkingSectionComdat()
856 bool WasmObjectFile::isDefinedFunctionIndex(uint32_t Index) const { in isDefinedFunctionIndex() function in WasmObjectFile
885 assert(isDefinedFunctionIndex(Index)); in getDefinedFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h204 bool isDefinedFunctionIndex(uint32_t Index) const;