Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DLinkUtils.h32 struct LinkOptions { struct
34 bool Verbose = false;
37 bool NoOutput = false;
63 LinkOptions() = default; argument
/external/llvm/tools/dsymutil/
Ddsymutil.h27 struct LinkOptions { struct
33 LinkOptions() : Verbose(false), NoOutput(false) {} in LinkOptions() function