Lines Matching refs:corpus

11 /// de-serialize an instance of @ref abigail::corpus from a file in
35 #include "abg-corpus.h"
125 /// the ELF file and builds an ABI corpus out of it.
151 corpus::exported_decls_builder*
153 {return corpus()->get_exported_decls_builder().get();}
326 // In corpus group we assume vmlinux as first file to
348 /// install it the current libabigail corpus associated to the
355 // Read the ELF-specific parts of the corpus.
358 corpus_sptr corp = corpus();
359 if ((corp->get_origin() & corpus::LINUX_KERNEL_BINARY_ORIGIN)
406 /// over public symbols. The IR is added to the given corpus.
410 corpus_sptr corp = corpus();
425 if ((corp->get_origin() & corpus::LINUX_KERNEL_BINARY_ORIGIN)
509 /// Add a new type declaration to the given libabigail IR corpus CORP.
522 corpus_sptr corp = corpus();
641 /// corpus from it.
644 /// corpus construction.
646 /// @return the corpus created as a result of processing the debug
651 corpus_sptr corp = corpus();
654 corpus::origin origin = corpus()->get_origin();
655 origin |= corpus::CTF_ORIGIN;
662 if (!(origin & corpus::LINUX_KERNEL_BINARY_ORIGIN)
667 if ((corp->get_origin() & corpus::LINUX_KERNEL_BINARY_ORIGIN)
681 in the archive are added to the given corpus. */
691 corpus()->sort_functions();
692 corpus()->sort_variables();
722 corpus_sptr corp = rdr->corpus();
782 corpus_sptr corp = rdr->corpus();
873 corpus_sptr corp = rdr->corpus();
960 corpus_sptr corp = rdr->corpus();
1075 corpus_sptr corp = rdr->corpus();
1128 corpus_sptr corp = rdr->corpus();
1183 corpus_sptr corp = rdr->corpus();
1231 corpus_sptr corp = rdr->corpus();
1367 corpus_sptr corp = rdr->corpus();
1426 corpus_sptr corp = rdr->corpus();
1539 /// @param corp the IR corpus.