Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
Ddsymutil.cpp490 struct OutputLocation { struct
491 OutputLocation(std::string DWARFFile, in OutputLocation() function
501 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 …]