Home
last modified time | relevance | path

Searched refs:GenericOptionValue (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
DCommandLine.h356 struct GenericOptionValue { struct
357 virtual bool compare(const GenericOptionValue &V) const = 0;
360 ~GenericOptionValue() = default;
361 GenericOptionValue() = default;
362 GenericOptionValue(const GenericOptionValue&) = default;
363 GenericOptionValue &operator=(const GenericOptionValue &) = default; argument
374 struct OptionValueBase : public GenericOptionValue {
387 bool compare(const GenericOptionValue & /*V*/) const override { in compare()
396 template <class DataType> class OptionValueCopy : public GenericOptionValue {
422 bool compare(const GenericOptionValue &V) const override { in compare()
[all …]
/external/llvm/lib/Support/
DCommandLine.cpp68 void GenericOptionValue::anchor() {} in anchor()
1364 const Option &O, const GenericOptionValue &Value, in printGenericOptionDiff()
1365 const GenericOptionValue &Default, size_t GlobalWidth) const { in printGenericOptionDiff()