Searched refs:AttrParser (Results 1 – 1 of 1) sorted by relevance
2962 unsigned AttrShType, std::unique_ptr<ELFAttributeParser> AttrParser, in printAttributes() argument2964 assert((AttrShType != ELF::SHT_NULL) && AttrParser && in printAttributes()2987 if (Error E = AttrParser->parse(Contents, Endianness)) in printAttributes()