Searched refs:symbolIndex (Results 1 – 2 of 2) sorted by relevance
240 Symbol &getSymbol(uint32_t symbolIndex) const { in getSymbol() argument241 if (symbolIndex >= numSymbols) in getSymbol()243 return *this->symbols[symbolIndex]; in getSymbol()
152 Symbol *getSymbol(uint32_t symbolIndex) { in getSymbol() argument153 return symbols[symbolIndex]; in getSymbol()