Lines Matching defs:Options
33 struct Options { struct
34 std::string InputFileName;
35 std::string OutputFileName;
36 bool DoGarbageCollection = false;
37 bool DoODRDeduplication = false;
38 bool BuildSeparateDebugFile = false;
39 TombstoneKind Tombstone = TombstoneKind::Universal;
40 bool Verbose = false;
41 int NumThreads = 0;
42 bool Verify = false;
43 bool UseDWARFLinkerParallel = false;
44 DwarfUtilAccelKind AccelTableKind = DwarfUtilAccelKind::None;
46 std::string getSeparateDebugFileName() const { in getSeparateDebugFileName()