Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp472 if (!isValidGlobalIndex(Info.ElementIndex) || in parseLinkingSectionSymtab()
833 if (!isValidGlobalIndex(Ex.Index)) in parseExportSection()
860 bool WasmObjectFile::isValidGlobalIndex(uint32_t Index) const { in isValidGlobalIndex() function in WasmObjectFile
865 return Index >= NumImportedGlobals && isValidGlobalIndex(Index); in isDefinedGlobalIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h205 bool isValidGlobalIndex(uint32_t Index) const;