Searched refs:OutputLocation (Results 1 – 1 of 1) sorted by relevance
490 struct OutputLocation { struct491 OutputLocation(std::string DWARFFile, in OutputLocation() function501 static Expected<OutputLocation>504 return OutputLocation(Options.OutputFile); in getOutputFileName()509 return OutputLocation(std::string(InputFile)); in getOutputFileName()514 return OutputLocation(""); in getOutputFileName()520 return OutputLocation{"a.out.dwarf", {}}; in getOutputFileName()521 return OutputLocation((InputFile + ".dwarf").str()); in getOutputFileName()524 return OutputLocation(Options.OutputFile); in getOutputFileName()550 return OutputLocation(std::string(Path.str()), ResourceDir); in getOutputFileName()[all …]