Searched refs:OutputLocation (Results 1 – 3 of 3) sorted by relevance
416 struct OutputLocation { struct417 OutputLocation(std::string DWARFFile, Optional<std::string> ResourceDir = {}) in OutputLocation() argument426 static Expected<OutputLocation>429 return OutputLocation(Options.OutputFile); in getOutputFileName()434 return OutputLocation(std::string(InputFile)); in getOutputFileName()440 return OutputLocation{"a.out.dwarf", {}}; in getOutputFileName()441 return OutputLocation((InputFile + ".dwarf").str()); in getOutputFileName()444 return OutputLocation(Options.OutputFile); in getOutputFileName()470 return OutputLocation(std::string(Path.str()), ResourceDir); in getOutputFileName()621 Expected<OutputLocation> OutputLocationOrErr = in main()[all …]
14 // within OutputLocation). The tree of table lookups, feature lookups, and23 message OutputLocation { message45 repeated OutputLocation output_location = 1;
69 use self::OutputLocation::*;200 enum OutputLocation<T> { enum206 out: OutputLocation<T>,