Searched refs:getAuxSymbol (Results 1 – 2 of 2) sorted by relevance
571 if (error(coff->getAuxSymbol<coff_aux_section_definition>(SI + 1, asd))) in PrintCOFFSymbolTable()587 if (error(coff->getAuxSymbol<char>(SI + 1, FileName))) in PrintCOFFSymbolTable()
690 std::error_code getAuxSymbol(uint32_t index, const T *&Res) const { in getAuxSymbol() function