Home
last modified time | relevance | path

Searched refs:OutputLocation (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A Ddsymutil.cpp487 struct OutputLocation { struct
488 OutputLocation(std::string DWARFFile, Optional<std::string> ResourceDir = {}) in OutputLocation() argument
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()
[all …]