Lines Matching refs:reader
28 #include "abg-dwarf-reader.h"
30 #include "abg-ctf-reader.h"
33 #include "abg-reader.h"
535 /// Set a bunch of tunable buttons on the ELF-based reader from the
538 /// @param rdr the reader to tune.
592 // First of all, create a reader to read the ABI from the file
594 abigail::elf_based_reader_sptr reader =
600 ABG_ASSERT(reader);
602 // ... then tune a bunch of "buttons" on the newly created reader
604 set_generic_options(*reader, opts);
605 set_suppressions(*reader, opts);
612 string alt_di_path = reader->alternate_dwarf_debug_info_path();
639 corp = reader->read_corpus(s);
647 reader.reset();
652 << "reset reader ELF in: " << t << "\n";