Searched defs:PreferenceOptions (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/tools/mcld/lib/
H A DPreferenceOptions.cpp1 //===- PreferenceOptions.cpp ----------------------------------------------===//
9 #include <mcld/PreferenceOptions.h>
58 llvm::cl::opt<mcld::PreferenceOptions::Color> ArgColor("color",
61 llvm::cl::init(mcld::PreferenceOptions::COLOR_Auto),
63 clEnumValN(mcld::PreferenceOptions::COLOR_Never, "never",
65 clEnumValN(mcld::PreferenceOptions::COLOR_Always, "always",
67 clEnumValN(mcld::PreferenceOptions::COLOR_Auto, "auto",
116 // PreferenceOptions
118 PreferenceOptions::PreferenceOptions() function in class:PreferenceOptions
[all...]
/frameworks/compile/mclinker/tools/mcld/include/mcld/
H A DPreferenceOptions.h1 //===- PreferenceOptions.h ------------------------------------------------===//
18 class PreferenceOptions class in namespace:mcld
28 PreferenceOptions();

Completed in 298 milliseconds