Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCommandLine.h354 struct GenericOptionValue { struct
355 virtual bool compare(const GenericOptionValue &V) const = 0;
358 ~GenericOptionValue() = default;
359 GenericOptionValue() = default;
360 GenericOptionValue(const GenericOptionValue&) = default;
361 GenericOptionValue &operator=(const GenericOptionValue &) = default; argument
372 struct OptionValueBase : public GenericOptionValue {
385 bool compare(const GenericOptionValue & /*V*/) const override { in compare()
394 template <class DataType> class OptionValueCopy : public GenericOptionValue {
420 bool compare(const GenericOptionValue &V) const override { in compare()
[all …]
/external/llvm/lib/Support/
DCommandLine.cpp67 void GenericOptionValue::anchor() {} in anchor()
1383 const Option &O, const GenericOptionValue &Value, in printGenericOptionDiff()
1384 const GenericOptionValue &Default, size_t GlobalWidth) const { in printGenericOptionDiff()