Lines Matching refs:OutputLocation
416 struct OutputLocation { struct
417 OutputLocation(std::string DWARFFile, Optional<std::string> ResourceDir = {}) in OutputLocation() argument
426 static Expected<OutputLocation>
429 return OutputLocation(Options.OutputFile); in getOutputFileName()
434 return OutputLocation(std::string(InputFile)); in getOutputFileName()
440 return OutputLocation{"a.out.dwarf", {}}; in getOutputFileName()
441 return OutputLocation((InputFile + ".dwarf").str()); in getOutputFileName()
444 return OutputLocation(Options.OutputFile); in getOutputFileName()
470 return OutputLocation(std::string(Path.str()), ResourceDir); in getOutputFileName()
621 Expected<OutputLocation> OutputLocationOrErr = in main()
678 Expected<OutputLocation> OutputLocationOrErr = in main()