Searched defs:DWARFLinkerOptions (Results 1 – 2 of 2) sorted by relevance
28 struct DWARFLinkerOptions { struct30 uint16_t TargetDWARFVersion = 0;33 bool Verbose = false;36 bool Statistics = false;39 bool VerifyInputDWARF = false;42 bool NoODR = false;45 bool UpdateIndexTablesOnly = false;49 bool KeepFunctionForStatic = false;52 bool AllowNonDeterministicOutput = false;55 unsigned Threads = 1;[all …]
789 struct DWARFLinkerOptions { struct791 uint16_t TargetDWARFVersion = 0;794 bool Verbose = false;797 bool Statistics = false;800 bool VerifyInputDWARF = false;803 bool NoODR = false;806 bool Update = false;810 bool KeepFunctionForStatic = false;813 unsigned Threads = 1;816 SmallVector<AccelTableKind, 1> AccelTables;[all …]