Lines Matching refs:OutputLocation
487 struct OutputLocation { struct
488 OutputLocation(std::string DWARFFile, Optional<std::string> ResourceDir = {}) in OutputLocation() function
497 static Expected<OutputLocation>
500 return OutputLocation(Options.OutputFile); in getOutputFileName()
505 return OutputLocation(std::string(InputFile)); in getOutputFileName()
510 return OutputLocation(""); in getOutputFileName()
516 return OutputLocation{"a.out.dwarf", {}}; in getOutputFileName()
517 return OutputLocation((InputFile + ".dwarf").str()); in getOutputFileName()
520 return OutputLocation(Options.OutputFile); in getOutputFileName()
546 return OutputLocation(std::string(Path.str()), ResourceDir); in getOutputFileName()
657 Expected<OutputLocation> OutputLocationOrErr = in dsymutil_main()