Lines Matching defs:OutFile
347 static llvm::Error handleObjectFile(ObjectFile &Obj, const std::string &OutFile,
428 if (auto Err = Gsym.save(OutFile, Endian, OptSegmentSize))
434 if (auto Err = DT.verify(OutFile, Out))
442 const std::string &OutFile,
450 outs() << "Output file (" << ArchName << "): " << OutFile << "\n";
451 if (auto Err = handleObjectFile(*Obj, OutFile, Out))
475 std::string ArchOutFile(OutFile);
493 const std::string &OutFile,
499 return handleBuffer(Filename, *Buffer, OutFile, Out);
505 std::string OutFile = OutputFilename;
506 if (OutFile.empty()) {
507 OutFile = ConvertFilename;
508 OutFile += ".gsym";
524 if (Error Err = handleFileConversionToGSYM(Object, OutFile, Out))