Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCommandLine.h466 struct GenericOptionValue { struct
467 virtual bool compare(const GenericOptionValue &V) const = 0;
470 GenericOptionValue() = default;
471 GenericOptionValue(const GenericOptionValue&) = default;
472 GenericOptionValue &operator=(const GenericOptionValue &) = default; argument
473 ~GenericOptionValue() = default;
484 struct OptionValueBase : public GenericOptionValue {
497 bool compare(const GenericOptionValue & /*V*/) const override { in compare()
532 bool compare(const GenericOptionValue &V) const override { in compare()
697 const GenericOptionValue &Default,
[all …]
/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp73 void GenericOptionValue::anchor() {} in anchor()
1701 const Option &O, const GenericOptionValue &Value, in printGenericOptionDiff()
1702 const GenericOptionValue &Default, size_t GlobalWidth) const { in printGenericOptionDiff()