HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentValue (Results 1 - 25 of 25) sorted by null

  /external/lldb/include/lldb/Interpreter/
OptionValueFileSpecList.h 82 GetCurrentValue()
88 GetCurrentValue() const
OptionValuePathMappings.h 76 GetCurrentValue()
82 GetCurrentValue() const
OptionValueUUID.h 75 GetCurrentValue()
81 GetCurrentValue() const
OptionValueArch.h 101 GetCurrentValue()
107 GetCurrentValue() const
OptionValueFileSpec.h 79 GetCurrentValue()
85 GetCurrentValue() const
OptionValueBoolean.h 108 GetCurrentValue() const
OptionValueFormat.h 77 GetCurrentValue() const
OptionValueRegex.h 70 GetCurrentValue() const
OptionGroupFormat.h 61 return m_format.GetCurrentValue();
OptionValueEnumeration.h 92 GetCurrentValue() const
OptionValueUInt64.h 104 GetCurrentValue() const
OptionValueSInt64.h 106 GetCurrentValue() const
OptionValueString.h 178 GetCurrentValue() const
  /external/lldb/source/Interpreter/
OptionValue.cpp 35 case OptionValue::eTypeBoolean: return static_cast<OptionValueBoolean *>(this)->GetCurrentValue();
36 case OptionValue::eTypeSInt64: return static_cast<OptionValueSInt64 *>(this)->GetCurrentValue();
37 case OptionValue::eTypeUInt64: return static_cast<OptionValueUInt64 *>(this)->GetCurrentValue();
329 return option_value->GetCurrentValue();
350 return option_value->GetCurrentValue();
371 return option_value->GetCurrentValue();
393 return option_value->GetCurrentValue();
403 return option_value->GetCurrentValue();
424 return option_value->GetCurrentValue();
434 return option_value->GetCurrentValue();
    [all...]
OptionGroupFormat.cpp 92 if (m_count.GetCurrentValue() == 0)
105 if (m_byte_size.GetCurrentValue() == 0)
Property.cpp 81 enum_value->SetDefaultValue(enum_value->GetCurrentValue());
OptionValueDictionary.cpp 362 return string_value->GetCurrentValue();
  /external/lldb/source/Commands/
CommandObjectMemory.cpp 93 if (m_num_per_line.GetCurrentValue() == 0)
198 byte_size_value.GetCurrentValue());
399 const char *view_as_type_cstr = m_memory_options.m_view_as_type.GetCurrentValue();
611 size_t item_count = m_format_options.GetCountValue().GetCurrentValue();
612 size_t item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue();
613 const size_t num_per_line = m_memory_options.m_num_per_line.GetCurrentValue();
678 bytes_read = clang_ast_type.GetByteSize() * m_format_options.GetCountValue().GetCurrentValue();
680 else if (m_format_options.GetFormatValue().GetCurrentValue() != eFormatCString)
714 item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue();
767 const FileSpec &outfile_spec = m_outfile_options.GetFile().GetCurrentValue();
    [all...]
CommandObjectFrame.cpp 399 DataVisualization::NamedSummaryFormats::GetSummaryFormat(ConstString(m_option_variable.summary.GetCurrentValue()), summary_format_sp);
401 summary_format_sp.reset(new StringSummaryFormat(TypeSummaryImpl::Flags(),m_option_variable.summary_string.GetCurrentValue()));
CommandObjectTarget.cpp 226 FileSpec core_file (m_core_file.GetOptionValue().GetCurrentValue());
227 FileSpec remote_file (m_remote_file.GetOptionValue().GetCurrentValue());
231 FileSpec symfile (m_symbol_file.GetOptionValue().GetCurrentValue());
249 const bool get_dependent_files = m_add_dependents.GetOptionValue().GetCurrentValue();
    [all...]
CommandObjectCommands.cpp 145 if (m_options.m_clear.GetCurrentValue() && m_options.m_clear.OptionWasSet())
159 std::pair<bool,uint64_t> start_idx = {m_options.m_start_idx.OptionWasSet(),m_options.m_start_idx.GetCurrentValue()};
160 std::pair<bool,uint64_t> stop_idx = {m_options.m_stop_idx.OptionWasSet(),m_options.m_stop_idx.GetCurrentValue()};
161 std::pair<bool,uint64_t> count = {m_options.m_count.OptionWasSet(),m_options.m_count.GetCurrentValue()};
    [all...]
CommandObjectRegister.cpp 218 DumpRegisterSet (m_exe_ctx, strm, reg_ctx, set_idx, !m_command_options.dump_all_sets.GetCurrentValue());
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwinKernel.cpp 218 return option_value->GetCurrentValue();
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp     [all...]
  /external/lldb/source/Target/
Target.cpp     [all...]

Completed in 254 milliseconds