Searched refs:OptionValueUInt64 (Results 1 – 15 of 15) sorted by relevance
/external/lldb/source/Interpreter/ |
D | OptionValueUInt64.cpp | 23 OptionValueUInt64::Create (const char *value_cstr, Error &error) in Create() 25 lldb::OptionValueSP value_sp (new OptionValueUInt64()); in Create() 34 OptionValueUInt64::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() 47 OptionValueUInt64::SetValueFromCString (const char *value_cstr, VarSetOperationType op) in SetValueFromCString() 85 OptionValueUInt64::DeepCopy () const in DeepCopy() 87 return OptionValueSP(new OptionValueUInt64(*this)); in DeepCopy()
|
D | OptionValue.cpp | 37 … case OptionValue::eTypeUInt64: return static_cast<OptionValueUInt64 *>(this)->GetCurrentValue(); in GetUInt64Value() 290 OptionValueUInt64 * 294 return static_cast<OptionValueUInt64 *>(this); in GetAsUInt64() 298 const OptionValueUInt64 * 302 return static_cast<const OptionValueUInt64 *>(this); in GetAsUInt64() 474 const OptionValueUInt64 *option_value = GetAsUInt64 (); in GetUInt64Value() 483 OptionValueUInt64 *option_value = GetAsUInt64 (); in SetUInt64Value() 554 case 1u << eTypeUInt64: value_sp.reset(new OptionValueUInt64()); break; in CreateValueFromCStringForTypeMask()
|
D | CMakeLists.txt | 36 OptionValueUInt64.cpp
|
D | Android.mk | 48 OptionValueUInt64.cpp \
|
D | Property.cpp | 144 …m_value_sp.reset (new OptionValueUInt64(definition.default_cstr_value ? Args::StringToUInt64 (defi… in Property()
|
/external/lldb/include/lldb/Interpreter/ |
D | OptionGroupFormat.h | 76 OptionValueUInt64 & 82 const OptionValueUInt64 & 88 OptionValueUInt64 & 94 const OptionValueUInt64 & 123 OptionValueUInt64 m_byte_size; 124 OptionValueUInt64 m_count;
|
D | OptionValueUInt64.h | 21 class OptionValueUInt64 : public OptionValue 24 OptionValueUInt64 () : in OptionValueUInt64() function 31 OptionValueUInt64 (uint64_t value) : in OptionValueUInt64() function 38 OptionValueUInt64 (uint64_t current_value, in OptionValueUInt64() function 47 ~OptionValueUInt64() in ~OptionValueUInt64()
|
D | OptionGroupUInt64.h | 62 OptionValueUInt64 & 68 const OptionValueUInt64 & 75 OptionValueUInt64 m_value;
|
D | OptionValue.h | 288 OptionValueUInt64 * 291 const OptionValueUInt64 *
|
/external/lldb/source/Commands/ |
D | CommandObjectMemory.cpp | 129 OptionValueUInt64 &byte_size_value = format_options.GetByteSizeValue(); in FinalizeSettings() 130 OptionValueUInt64 &count_value = format_options.GetCountValue(); in FinalizeSettings() 290 OptionValueUInt64 m_num_per_line; 1100 OptionValueUInt64 &byte_size_value = m_format_options.GetByteSizeValue(); in DoExecute()
|
D | CommandObjectRegister.cpp | 307 OptionValueSP value_sp (OptionValueUInt64::Create (option_value, error)); in SetOptionValue()
|
D | CommandObjectCommands.cpp | 136 OptionValueUInt64 m_start_idx; 137 OptionValueUInt64 m_stop_idx; 138 OptionValueUInt64 m_count;
|
/external/lldb/include/lldb/ |
D | lldb-forward.h | 141 class OptionValueUInt64; variable 316 typedef std::shared_ptr<lldb_private::OptionValueUInt64> OptionValueUInt64SP;
|
/external/lldb/source/Core/ |
D | Disassembler.cpp | 707 data_value_sp.reset (new OptionValueUInt64 (0, 0)); in ReadArray() 815 value_sp.reset (new OptionValueUInt64 (0, 0)); in ReadDictionary()
|
/external/lldb/lldb.xcodeproj/ |
D | project.pbxproj | 66 …15D04377002BF2E0 /* OptionValueUInt64.h in Headers */ = {isa = PBXBuildFile; fileRef = 260CC62C15D… 79 …5D0440D002BF2E0 /* OptionValueUInt64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 260CC64615… 829 …OptionValueUInt64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode… 842 …OptionValueUInt64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourceco… 3000 260CC62C15D04377002BF2E0 /* OptionValueUInt64.h */, 3001 260CC64615D0440D002BF2E0 /* OptionValueUInt64.cpp */, 3551 260CC63915D04377002BF2E0 /* OptionValueUInt64.h in Headers */, 4282 260CC65315D0440D002BF2E0 /* OptionValueUInt64.cpp in Sources */,
|