Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp483 if (!isValidGlobalIndex(Index) || Name.empty()) in parseNameSection()
649 if (!isValidGlobalIndex(Info.ElementIndex) || in parseLinkingSectionSymtab()
1286 if (!isValidGlobalIndex(Ex.Index)) in parseExportSection()
1318 bool WasmObjectFile::isValidGlobalIndex(uint32_t Index) const { in isValidGlobalIndex() function in WasmObjectFile
1327 return Index >= NumImportedGlobals && isValidGlobalIndex(Index); in isDefinedGlobalIndex()
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h219 bool isValidGlobalIndex(uint32_t Index) const;