Searched refs:OptionValueUInt64 (Results 1 – 20 of 20) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueUInt64.h | 17 class OptionValueUInt64 : public Cloneable<OptionValueUInt64, OptionValue> { 19 OptionValueUInt64() = default; 21 OptionValueUInt64(uint64_t value) in OptionValueUInt64() function 24 OptionValueUInt64(uint64_t current_value, uint64_t default_value) in OptionValueUInt64() function 27 ~OptionValueUInt64() override = default;
|
| H A D | OptionGroupFormat.h | 56 OptionValueUInt64 &GetByteSizeValue() { return m_byte_size; } in GetByteSizeValue() 58 const OptionValueUInt64 &GetByteSizeValue() const { return m_byte_size; } in GetByteSizeValue() 60 OptionValueUInt64 &GetCountValue() { return m_count; } in GetCountValue() 62 const OptionValueUInt64 &GetCountValue() const { return m_count; } in GetCountValue() 77 OptionValueUInt64 m_byte_size; 78 OptionValueUInt64 m_count;
|
| H A D | OptionGroupUInt64.h | 37 OptionValueUInt64 &GetOptionValue() { return m_value; } in GetOptionValue() 39 const OptionValueUInt64 &GetOptionValue() const { return m_value; } in GetOptionValue() 42 OptionValueUInt64 m_value;
|
| H A D | OptionValue.h | 253 OptionValueUInt64 *GetAsUInt64(); 255 const OptionValueUInt64 *GetAsUInt64() const;
|
| H A D | OptionValueProperties.h | 157 OptionValueUInt64 *
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionValueUInt64.cpp | 16 lldb::OptionValueSP OptionValueUInt64::Create(llvm::StringRef value_str, in Create() 18 lldb::OptionValueSP value_sp(new OptionValueUInt64()); in Create() 25 void OptionValueUInt64::DumpValue(const ExecutionContext *exe_ctx, Stream &strm, in DumpValue() 36 Status OptionValueUInt64::SetValueFromString(llvm::StringRef value_ref, in SetValueFromString()
|
| H A D | OptionValue.cpp | 29 return static_cast<OptionValueUInt64 *>(this)->GetCurrentValue(); in GetUInt64Value() 250 OptionValueUInt64 *OptionValue::GetAsUInt64() { in GetAsUInt64() 252 return static_cast<OptionValueUInt64 *>(this); in GetAsUInt64() 256 const OptionValueUInt64 *OptionValue::GetAsUInt64() const { in GetAsUInt64() 258 return static_cast<const OptionValueUInt64 *>(this); in GetAsUInt64() 425 const OptionValueUInt64 *option_value = GetAsUInt64(); in GetUInt64Value() 432 OptionValueUInt64 *option_value = GetAsUInt64(); in SetUInt64Value() 538 value_sp = std::make_shared<OptionValueUInt64>(); in CreateValueFromCStringForTypeMask()
|
| H A D | CMakeLists.txt | 48 OptionValueUInt64.cpp
|
| H A D | Property.cpp | 201 m_value_sp = std::make_shared<OptionValueUInt64>( in Property()
|
| H A D | OptionValueProperties.cpp | 421 OptionValueUInt64 *OptionValueProperties::GetPropertyAtIndexAsOptionValueUInt64( in GetPropertyAtIndexAsOptionValueUInt64()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectSession.cpp | 125 OptionValueUInt64 m_start_idx; 126 OptionValueUInt64 m_stop_idx; 127 OptionValueUInt64 m_count;
|
| H A D | CommandObjectMemory.cpp | 113 OptionValueUInt64 &byte_size_value = format_options.GetByteSizeValue(); in FinalizeSettings() 114 OptionValueUInt64 &count_value = format_options.GetCountValue(); in FinalizeSettings() 276 OptionValueUInt64 m_num_per_line; 280 OptionValueUInt64 m_offset; 948 OptionValueUInt64 m_count; 949 OptionValueUInt64 m_offset; 1338 OptionValueUInt64 &byte_size_value = m_format_options.GetByteSizeValue(); in DoExecute()
|
| H A D | CommandObjectRegister.cpp | 258 OptionValueSP value_sp(OptionValueUInt64::Create(option_value, error)); in SetOptionValue()
|
| H A D | CommandObjectLog.cpp | 153 OptionValueUInt64 buffer_size;
|
| H A D | CommandObjectBreakpoint.cpp | 1613 OptionValueUInt64 m_breakpoint;
|
| /openbsd-src/gnu/usr.bin/clang/liblldbInterpreter/ |
| H A D | Makefile | 47 OptionValueUInt64.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Interpreter/ |
| H A D | BUILD.gn | 71 "OptionValueUInt64.cpp",
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Disassembler.cpp | 736 data_value_sp = std::make_shared<OptionValueUInt64>(0, 0); in ReadArray() 832 value_sp = std::make_shared<OptionValueUInt64>(0, 0); in ReadDictionary()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-forward.h | 156 class OptionValueUInt64; variable
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3781 lldb/include/lldb/Interpreter/OptionValueUInt64.h 4101 lldb/source/Interpreter/OptionValueUInt64.cpp
|