Lines Matching defs:corp
85 handle_version_attribute(xml::reader_sptr& reader, corpus& corp);
1012 corpus_sptr corp = corpus();
1014 if (!s.priv_->matches_soname(corp->get_soname()))
1021 if (!s.priv_->matches_binary_name(corp->get_path()))
1111 ir::corpus& corp = *corpus();
1113 corp.set_origin(corpus::NATIVE_XML_ORIGIN);
1115 handle_version_attribute(xml_reader, corp);
1124 corp.set_path(path);
1130 corp.set_architecture_name
1141 corp.set_soname(soname);
1172 ir::corpus& corp = *corpus();
1173 corp.set_origin(corpus::NATIVE_XML_ORIGIN);
1177 corp.set_path(reinterpret_cast<char*>(path_str.get()));
1182 corp.set_architecture_name
1188 corp.set_soname(reinterpret_cast<char*>(soname_str.get()));
1200 ir::corpus& corp = *corpus();
1208 corp.set_needed(needed);
1217 corp.set_symtab(symtab_reader::symtab::load(fn_sym_db, var_sym_db));
1231 (corp.recording_types_reachable_from_public_interface_supported()
1672 corpus_sptr corp = rdr.corpus();
1683 if (corp && !corp->is_empty())
1684 tu = corp->find_translation_unit(tu_path);
1691 if (corp && !corp->is_empty())
1692 corp->add(tu);
2041 /// @param corp output parameter. The corpus object which format
2045 handle_version_attribute(xml::reader_sptr& reader, corpus& corp)
2059 corp.set_format_major_version_number(v[0]);
2060 corp.set_format_minor_version_number(v[1]);
2113 corpus_sptr corp;
2115 while ((corp = rdr.read_corpus(sts)))
2116 rdr.corpus_group()->add_corpus(corp);
6118 corpus_sptr corp = result->corpus();
6119 corp->set_origin(corpus::NATIVE_XML_ORIGIN);
6141 corpus_sptr corp = result->corpus();
6142 corp->set_origin(corpus::NATIVE_XML_ORIGIN);
6190 corpus_sptr corp = rdr->read_corpus(sts);
6191 return corp;