Lines Matching defs:OutputLocation
545 struct OutputLocation {
546 OutputLocation(std::string DWARFFile,
556 static Expected<OutputLocation>
559 return OutputLocation(Options.OutputFile);
563 return OutputLocation(std::string(InputFile));
568 return OutputLocation("");
574 return OutputLocation{"a.out.dwarf", {}};
575 return OutputLocation((InputFile + ".dwarf").str());
578 return OutputLocation(Options.OutputFile);
604 return OutputLocation(std::string(Path), ResourceDir);
716 Expected<OutputLocation> OutputLocationOrErr =