Searched refs:isValidGlobalSymbol (Results 1 – 2 of 2) sorted by relevance
230 bool isValidGlobalSymbol(uint32_t Index) const;
891 if (!isValidGlobalSymbol(Reloc.Index) && in parseRelocSection()898 if (!isValidGlobalSymbol(Reloc.Index)) in parseRelocSection()1258 bool WasmObjectFile::isValidGlobalSymbol(uint32_t Index) const { in isValidGlobalSymbol() function in WasmObjectFile