Home | History | Annotate | Download | only in dsymutil

Lines Matching refs:InputFile

279 static std::string getOutputFileName(llvm::StringRef InputFile) {
282 return InputFile;
287 if (InputFile == "-")
289 return (InputFile + ".dwarf").str();
304 InputFile == "-" ? llvm::StringRef("a.out") : InputFile;
462 for (auto &InputFile : *InputsOrErr) {
465 if (!dumpStab(InputFile, ArchFlags, OsoPrependPath))
471 parseDebugMap(InputFile, ArchFlags, OsoPrependPath, PaperTrailWarnings,
475 WithColor::error() << "cannot parse the debug map for '" << InputFile
484 Map->addDebugMapObject(InputFile,
524 std::string OutputFile = getOutputFileName(InputFile);
572 TempFiles, getOutputFileName(InputFile), *OptionsOrErr, SDKPath))