Searched defs:DWARFLinkerOptions (Results 1 – 1 of 1) sorted by relevance
762 struct DWARFLinkerOptions { struct764 bool Verbose = false;767 bool Statistics = false;770 bool NoOutput = false;773 bool NoODR = false;776 bool Update = false;779 unsigned Threads = 1;782 AccelTableKind TheAccelTableKind = AccelTableKind::Default;785 std::string PrependPath;788 messageHandler WarningHandler = nullptr;[all …]