Searched refs:GetCurrentValue (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h47 PathMappingList &GetCurrentValue() { return m_path_mappings; } function in class:lldb_private::OptionValuePathMappings
49 const PathMappingList &GetCurrentValue() const { return m_path_mappings; } function in class:lldb_private::OptionValuePathMappings
H A DOptionValueUUID.h47 UUID &GetCurrentValue() { return m_uuid; } function in class:lldb_private::OptionValueUUID
49 const UUID &GetCurrentValue() const { return m_uuid; } function in class:lldb_private::OptionValueUUID
H A DOptionValueArch.h55 ArchSpec &GetCurrentValue() { return m_current_value; } function in class:lldb_private::OptionValueArch
57 const ArchSpec &GetCurrentValue() const { return m_current_value; } function in class:lldb_private::OptionValueArch
H A DOptionValueFormatEntity.h44 FormatEntity::Entry &GetCurrentValue() { return m_current_entry; } function in class:lldb_private::OptionValueFormatEntity
46 const FormatEntity::Entry &GetCurrentValue() const { return m_current_entry; } function in class:lldb_private::OptionValueFormatEntity
H A DOptionValueFileSpecList.h25 : Cloneable(other), m_current_value(other.GetCurrentValue()) {}
50 FileSpecList GetCurrentValue() const { function in class:lldb_private::OptionValueFileSpecList
H A DOptionValueFileSpec.h58 FileSpec &GetCurrentValue() { return m_current_value; } function in class:lldb_private::OptionValueFileSpec
60 const FileSpec &GetCurrentValue() const { return m_current_value; } function in class:lldb_private::OptionValueFileSpec
H A DOptionValueChar.h53 char GetCurrentValue() const { return m_current_value; } function in class:lldb_private::OptionValueChar
H A DOptionValueEnumeration.h63 enum_type GetCurrentValue() const { return m_current_value; } function in class:lldb_private::OptionValueEnumeration
H A DOptionGroupFormat.h50 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); }
H A DOptionValueSInt64.h58 int64_t GetCurrentValue() const { return m_current_value; } function in class:lldb_private::OptionValueSInt64
H A DOptionValueLanguage.h49 lldb::LanguageType GetCurrentValue() const { return m_current_value; } function in class:lldb_private::OptionValueLanguage
H A DOptionValueFormat.h47 lldb::Format GetCurrentValue() const { return m_current_value; } function in class:lldb_private::OptionValueFormat
H A DOptionValueRegex.h45 const RegularExpression *GetCurrentValue() const { function in class:lldb_private::OptionValueRegex
H A DOptionValueBoolean.h70 bool GetCurrentValue() const { return m_current_value; } function in class:lldb_private::OptionValueBoolean
H A DOptionValueUInt64.h63 uint64_t GetCurrentValue() const { return m_current_value; } function in class:lldb_private::OptionValueUInt64
H A DOptionValueString.h96 const char *GetCurrentValue() const { return m_current_value.c_str(); } function in class:lldb_private::OptionValueString
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp597 if (m_dump_all.GetOptionValue().GetCurrentValue() ||
598 m_dump_linux_all.GetOptionValue().GetCurrentValue() ||
599 m_fb_all.GetOptionValue().GetCurrentValue() ||
600 m_dump_directory.GetOptionValue().GetCurrentValue() ||
601 m_dump_linux_cpuinfo.GetOptionValue().GetCurrentValue() ||
602 m_dump_linux_proc_status.GetOptionValue().GetCurrentValue() ||
603 m_dump_linux_lsb_release.GetOptionValue().GetCurrentValue() ||
604 m_dump_linux_cmdline.GetOptionValue().GetCurrentValue() ||
605 m_dump_linux_environ.GetOptionValue().GetCurrentValue() ||
606 m_dump_linux_auxv.GetOptionValue().GetCurrentValue() ||
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp276 return option_value->GetCurrentValue();
292 return option_value->GetCurrentValue();
308 return option_value->GetCurrentValue();
324 return option_value->GetCurrentValue();
349 return option_value->GetCurrentValue();
356 return option_value->GetCurrentValue();
372 return option_value->GetCurrentValue();
388 return &option_value->GetCurrentValue();
395 return option_value->GetCurrentValue();
402 return option_value->GetCurrentValue();
[all...]
H A DOptionGroupWatchpoint.cpp91 if (watch_size.GetCurrentValue() == 0)
H A DOptionGroupFormat.cpp87 if (m_count.GetCurrentValue() == 0)
98 if (m_byte_size.GetCurrentValue() == 0)
H A DProperty.cpp91 enum_value->SetDefaultValue(enum_value->GetCurrentValue());
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSession.cpp130 if (m_options.m_clear.GetCurrentValue() &&
144 m_options.m_start_idx.GetCurrentValue());
147 m_options.m_stop_idx.GetCurrentValue());
149 m_options.m_count.GetCurrentValue());
H A DCommandObjectMemory.cpp70 if (m_num_per_line.GetCurrentValue() == 0)
184 byte_size_value.GetCurrentValue());
371 m_memory_options.m_view_as_type.GetCurrentValue();
466 m_memory_options.m_language_for_type.GetCurrentValue();
564 size_t item_count = m_format_options.GetCountValue().GetCurrentValue();
573 : m_format_options.GetByteSizeValue().GetCurrentValue();
576 m_memory_options.m_num_per_line.GetCurrentValue();
647 bytes_read = *size * m_format_options.GetCountValue().GetCurrentValue();
650 addr = addr + (*size * m_memory_options.m_offset.GetCurrentValue());
651 } else if (m_format_options.GetFormatValue().GetCurrentValue() !
[all...]
H A DCommandObjectLog.cpp174 m_options.buffer_size.GetCurrentValue() == 0) {
182 m_options.buffer_size.GetCurrentValue() != 0) {
207 m_options.buffer_size.GetCurrentValue(), m_options.handler,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp72 return s->GetCurrentValue();

Completed in 626 milliseconds

12