Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp34 template <> struct cl::OptionValue<FnT> final : cl::OptionValueCopy<FnT> { struct in cl
37 OptionValue(const FnT &V) { this->setValue(V); } in OptionValue() argument
39 OptionValue<FnT> &operator=(const FnT &V) { in operator =()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp18 OptionValue::OptionValue(const OptionValue &other) { in OptionValue() function in OptionValue
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h141 class OptionValue; variable