Home
last modified time | relevance | path

Searched defs:SetCurrentValue (Results 1 – 11 of 11) sorted by relevance

/trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValueRegex.h78 SetCurrentValue (const char *value, uint32_t regex_flags) in SetCurrentValue() function
HDOptionValueUUID.h87 SetCurrentValue (const UUID &value) in SetCurrentValue() function
HDOptionValueFileSpecList.h94 SetCurrentValue (const FileSpecList &value) in SetCurrentValue() function
HDOptionValueBoolean.h120 SetCurrentValue (bool value) in SetCurrentValue() function
HDOptionValueFormat.h89 SetCurrentValue (lldb::Format value) in SetCurrentValue() function
HDOptionValueFileSpec.h97 SetCurrentValue (const FileSpec &value, bool set_value_was_set) in SetCurrentValue() function
HDOptionValueUInt64.h116 SetCurrentValue (uint64_t value) in SetCurrentValue() function
HDOptionValueEnumeration.h104 SetCurrentValue (enum_type value) in SetCurrentValue() function
HDOptionValueArch.h119 SetCurrentValue (const ArchSpec &value, bool set_value_was_set) in SetCurrentValue() function
HDOptionValueSInt64.h118 SetCurrentValue (int64_t value) in SetCurrentValue() function
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueString.cpp153 OptionValueString::SetCurrentValue (const char *value) in SetCurrentValue() function in OptionValueString