Searched refs:DriverTitle (Results 1 – 2 of 2) sorted by relevance
96 std::string DriverTitle; variable217 const std::string &getTitle() { return DriverTitle; } in getTitle()218 void setTitle(std::string Value) { DriverTitle = Value; } in setTitle()
55 DriverTitle("clang \"gcc-compatible\" driver"), in Driver()654 getOpts().PrintHelp(llvm::outs(), Name.c_str(), DriverTitle.c_str(), in PrintHelp()