Lines Matching defs:out
755 /// Flag a type as having been written out to the XML output.
762 /// Flag a type as having been written out to the XML output.
772 /// Test if a given type has been written out to the XML output.
785 /// Test if a given type has been written out to the XML output.
795 /// Test if a given decl has been written out to the XML output.
829 /// recorded as having been written out to the XML output.
1017 /// writing out its demangled form.
1685 write_elf_symbol_aliases(const elf_symbol& sym, ostream& out)
1709 out << " alias='";
1713 out << separator << alias;
1717 out << "'";
2493 // After we've written out the live function types, we need to write
3150 /// @param syms the sorted elf symbol data to write out.
3532 /// figures out if the opening tag should be for an empty element or
3604 /// figures out if the opening tag should be for an empty element or
4501 std::ostream& out = ctxt.get_ostream();
4503 out << "<abi-corpus ";
4523 out << " path='" << xml::escape_xml_string(corpus_path) << "'";
4527 out << " architecture='" << corpus->get_architecture_name()<< "'";
4530 out << " soname='" << corpus->get_soname()<< "'";
4532 write_tracking_non_reachable_types(corpus, out);
4534 out << ">\n";
4541 out << "<elf-needed>\n";
4545 out << "</elf-needed>\n";
4552 out << "<elf-function-symbols>\n";
4558 out << "</elf-function-symbols>\n";
4565 out << "<elf-variable-symbols>\n";
4571 out << "</elf-variable-symbols>\n";
4588 out << "</abi-corpus>\n";
4616 std::ostream& out = ctxt.get_ostream();
4618 out << "<abi-corpus-group ";
4622 out << " path='" << xml::escape_xml_string(group->get_path()) << "'";
4625 out << " architecture='" << group->get_architecture_name()<< "'";
4627 write_tracking_non_reachable_types(group, out);
4631 out << "/>\n";
4635 out << ">\n";
4645 out << "</abi-corpus-group>\n";