Searched defs:LinkOptions (Results 1 – 2 of 2) sorted by relevance
26 struct LinkOptions { struct28 bool Verbose = false;31 bool Statistics = false;34 bool NoOutput = false;37 bool NoODR = false;40 bool Update = false;43 bool Minimize = false;46 bool NoTimestamp = false;49 unsigned Threads = 1;52 OutputFileType FileType = OutputFileType::Object;[all …]
27 struct LinkOptions { struct33 LinkOptions() : Verbose(false), NoOutput(false) {} in LinkOptions() argument