Home
last modified time | relevance | path

Searched defs:LinkOptions (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/tools/dsymutil/
DLinkUtils.h26 struct LinkOptions { struct
28 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 …]
/external/llvm/tools/dsymutil/
Ddsymutil.h27 struct LinkOptions { struct
33 LinkOptions() : Verbose(false), NoOutput(false) {} in LinkOptions() argument