Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h189 std::string DriverTitle; variable
406 const std::string &getTitle() { return DriverTitle; } in getTitle()
407 void setTitle(std::string Value) { DriverTitle = std::move(Value); } in setTitle()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp200 DriverTitle(Title), CCCPrintBindings(false), CCPrintOptions(false), in Driver()
1974 getOpts().printHelp(llvm::outs(), Usage.c_str(), DriverTitle.c_str(), in PrintHelp()