Searched defs:DriverOptions (Results 1 – 2 of 2) sorted by relevance
29 struct DriverOptions { struct31 llvm::MachO::PathSeq FileLists;34 std::string InputDirectory;37 std::string PublicUmbrellaHeader;40 std::string PrivateUmbrellaHeader;43 std::string ProjectUmbrellaHeader;46 PathSeq ExtraPublicHeaders;49 PathSeq ExtraPrivateHeaders;52 PathSeq ExtraProjectHeaders;55 PathSeq ExcludePublicHeaders;[all …]
80 struct DriverOptions { struct81 DriverOptions() {} in DriverOptions() function82 bool verbose{false}; // -v83 bool compileOnly{false}; // -c84 std::string outputPath; // -o path85 std::vector<std::string> searchDirectories{"."s}; // -I dir86 bool forcedForm{false}; // -Mfixed or -Mfree appeared87 bool warnOnNonstandardUsage{false}; // -Mstandard88 bool warnOnSuspiciousUsage{false}; // -pedantic89 bool warningsAreErrors{false}; // -Werror[all …]