Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueString.h31 : OptionValue(), m_current_value(), m_default_value(), m_options(), in OptionValue() function
54 : OptionValue(), m_current_value(), m_default_value(), m_options(), in OptionValue() function
64 : OptionValue(), m_current_value(), m_default_value(), m_options(), in OptionValue() function
DOptionValueRegex.h20 : OptionValue(), m_regex(llvm::StringRef::withNullAsEmpty(value)), in OptionValue() function
DOptionValueDictionary.h22 : OptionValue(), m_type_mask(type_mask), m_values(), in OptionValue() function
DOptionValue.h62 OptionValue() : m_value_was_set(false) {} in OptionValue() function
/external/llvm-project/mlir/lib/Pass/
DPassRegistry.cpp500 struct OptionValue<PassArgData> final struct
502 OptionValue(const PassArgData &value) { this->setValue(value); } in OptionValue() function
504 void anchor() override {} in anchor()
506 bool hasValue() const { return true; } in hasValue()
507 const PassArgData &getValue() const { return value; } in getValue()
508 void setValue(const PassArgData &value) { this->value = value; } in setValue()
510 PassArgData value;
/external/llvm-project/llvm/unittests/Support/
DCommandLineTest.cpp1190 enum class OptionValue { Val }; enum in __anon0c4405960111::PrintOptionInfoTest
1268 enum class OptionValue { Val }; enum in __anon0c4405960111::GetOptionWidthTest
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h132 class OptionValue; variable