Searched defs:OptionValue (Results 1 – 7 of 7) sorted by relevance
| /external/llvm-project/lldb/include/lldb/Interpreter/ |
| D | OptionValueString.h | 31 : 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
|
| D | OptionValueRegex.h | 20 : OptionValue(), m_regex(llvm::StringRef::withNullAsEmpty(value)), in OptionValue() function
|
| D | OptionValueDictionary.h | 22 : OptionValue(), m_type_mask(type_mask), m_values(), in OptionValue() function
|
| D | OptionValue.h | 62 OptionValue() : m_value_was_set(false) {} in OptionValue() function
|
| /external/llvm-project/mlir/lib/Pass/ |
| D | PassRegistry.cpp | 500 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/ |
| D | CommandLineTest.cpp | 1190 enum class OptionValue { Val }; enum in __anon0c4405960111::PrintOptionInfoTest 1268 enum class OptionValue { Val }; enum in __anon0c4405960111::GetOptionWidthTest
|
| /external/llvm-project/lldb/include/lldb/ |
| D | lldb-forward.h | 132 class OptionValue; variable
|