Searched refs:isValidGlobalSymbol (Results 1 – 2 of 2) sorted by relevance
227 bool isValidGlobalSymbol(uint32_t Index) const;
971 if (!isValidGlobalSymbol(Reloc.Index) && in parseRelocSection()978 if (!isValidGlobalSymbol(Reloc.Index)) in parseRelocSection()1358 bool WasmObjectFile::isValidGlobalSymbol(uint32_t Index) const { in isValidGlobalSymbol() function in WasmObjectFile