Searched defs:DWARFLinkerOptions (Results 1 – 3 of 3) 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 …]