Lines Matching defs:DriverOptions
29 struct DriverOptions { struct
31 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;
58 PathSeq ExcludePrivateHeaders;
61 PathSeq ExcludeProjectHeaders;
64 std::map<llvm::MachO::Target, llvm::Triple> Targets;
67 std::string DylibToVerify;
70 std::string OutputPath;
73 std::string DSYMPath;
76 FileType OutFT = FileType::TBD_V5;
79 VerificationMode VerifyMode = VerificationMode::Pedantic;
82 bool Zippered = false;
85 bool Demangle = false;
88 bool Verbose = false;
91 bool TraceLibraryLocation = false;