Searched refs:OutputLocation (Results 1 – 1 of 1) sorted by relevance
487 struct OutputLocation { struct488 OutputLocation(std::string DWARFFile, Optional<std::string> ResourceDir = {}) in OutputLocation() argument497 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()[all …]