Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A Ddsymutil.cpp87 struct DsymutilOptions { struct
88 bool DumpDebugMap = false;
89 bool DumpStab = false;
90 bool Flat = false;
91 bool InputIsYAMLDebugMap = false;
92 bool PaperTrailWarnings = false;
93 bool Verify = false;
94 bool ForceKeepFunctionForStatic = false;
95 std::string SymbolMap;
96 std::string OutputFile;
[all …]