Lines Matching refs:Out
11 // dumps out a plethora of information about an object file depending on the
153 // Figure out the target triple.
185 raw_fd_ostream Out(FileName, Error);
191 Out << "digraph \"" << f.getName() << "\" {\n";
192 Out << "graph [ rankdir = \"LR\" ];\n";
200 Out << '"' << (*i)->getInsts()->getBeginAddr() << "\" [ label=\"<a>";
205 Out << '|';
207 Out << "<o>";
213 Out << DOT::EscapeString(OS.str());
215 Out << "\" shape=\"record\" ];\n";
220 Out << (*i)->getInsts()->getBeginAddr() << ":o -> "
223 Out << "}\n";
228 // FIXME: The real way to do this is to figure out the longest instruction
595 // Dump out the content as hex and printable ascii characters.
628 // Figure out which type of aux this is.
794 /// @brief Open file and figure out how to dump it.
823 // Print a stack trace if we signal out.
842 // Defaults to a.out if no filenames specified.
844 InputFilenames.push_back("a.out");