reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
396 return OutputLocation(InputFile); 401 if (InputFile == "-") 403 return OutputLocation((InputFile + ".dwarf").str()); 417 std::string DwarfFile = InputFile == "-" ? StringRef("a.out") : InputFile; 417 std::string DwarfFile = InputFile == "-" ? StringRef("a.out") : InputFile;