Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A Ddsymutil.cpp102 struct DsymutilOptions { struct
103 bool DumpDebugMap = false;
104 bool DumpStab = false;
105 bool Flat = false;
106 bool InputIsYAMLDebugMap = false;
107 bool PaperTrailWarnings = false;
108 bool ForceKeepFunctionForStatic = false;
109 std::string SymbolMap;
110 std::string OutputFile;
111 std::string Toolchain;
[all …]