Lines Matching defs:OutFile
2197 raw_fd_ostream OutFile(OutputFilename, EC, sys::fs::OpenFlags::OF_None);
2203 auto writeLocation = [&OutFile, &WriteMemLocs](const Location &Loc) {
2205 OutFile << (Loc.IsSymbol ? "4 " : "3 ");
2207 OutFile << (Loc.IsSymbol ? "1 " : "0 ");
2208 OutFile << (Loc.Name.empty() ? "[unknown]" : getEscapedName(Loc.Name))
2216 OutFile << "boltedcollection\n";
2218 OutFile << "no_lbr";
2220 OutFile << " " << Entry.getKey();
2221 OutFile << "\n";
2227 OutFile << SI.Hits << "\n";
2237 OutFile << BI.Mispreds << " " << BI.Branches << "\n";
2247 OutFile << BI.Mispreds << " " << BI.Branches << "\n";
2258 OutFile << MemEvent.Count << "\n";
2273 raw_fd_ostream OutFile(OutputFilename, EC, sys::fs::OpenFlags::OF_None);
2436 yaml::Output Out(OutFile, nullptr, 0);