Searched defs:DWARFLinkerOptions (Results 1 – 1 of 1) sorted by relevance
774 struct DWARFLinkerOptions { struct776 bool Verbose = false;779 bool Statistics = false;782 bool NoOutput = false;785 bool NoODR = false;788 bool Update = false;792 bool KeepFunctionForStatic = false;795 unsigned Threads = 1;798 AccelTableKind TheAccelTableKind = AccelTableKind::Default;801 std::string PrependPath;[all …]