Home
last modified time | relevance | path

Searched refs:OptionValueSInt64 (Results 1 – 12 of 12) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DOptionValueSInt64.h21 class OptionValueSInt64 : public OptionValue
24 OptionValueSInt64 () : in OptionValueSInt64() function
33 OptionValueSInt64 (int64_t value) : in OptionValueSInt64() function
42 OptionValueSInt64 (int64_t current_value, in OptionValueSInt64() function
52 OptionValueSInt64 (const OptionValueSInt64 &rhs) : in OptionValueSInt64() function
62 ~OptionValueSInt64() in ~OptionValueSInt64()
DOptionValue.h276 OptionValueSInt64 *
279 const OptionValueSInt64 *
DOptionValueProperties.h197 OptionValueSInt64 *
/external/lldb/source/Interpreter/
DOptionValueSInt64.cpp23 OptionValueSInt64::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue()
39 OptionValueSInt64::SetValueFromCString (const char *value_cstr, VarSetOperationType op) in SetValueFromCString()
86 OptionValueSInt64::DeepCopy () const in DeepCopy()
88 return OptionValueSP(new OptionValueSInt64(*this)); in DeepCopy()
DOptionValue.cpp36 … case OptionValue::eTypeSInt64: return static_cast<OptionValueSInt64 *>(this)->GetCurrentValue(); in GetUInt64Value()
258 OptionValueSInt64 *
262 return static_cast<OptionValueSInt64 *>(this); in GetAsSInt64()
266 const OptionValueSInt64 *
270 return static_cast<const OptionValueSInt64 *>(this); in GetAsSInt64()
432 const OptionValueSInt64 *option_value = GetAsSInt64 (); in GetSInt64Value()
441 OptionValueSInt64 *option_value = GetAsSInt64 (); in SetSInt64Value()
552 case 1u << eTypeSInt64: value_sp.reset(new OptionValueSInt64()); break; in CreateValueFromCStringForTypeMask()
DCMakeLists.txt34 OptionValueSInt64.cpp
DAndroid.mk46 OptionValueSInt64.cpp \
DProperty.cpp136 …m_value_sp.reset (new OptionValueSInt64(definition.default_cstr_value ? Args::StringToSInt64 (defi… in Property()
DOptionValueProperties.cpp468 OptionValueSInt64 *
/external/lldb/include/lldb/
Dlldb-forward.h139 class OptionValueSInt64; variable
314 typedef std::shared_ptr<lldb_private::OptionValueSInt64> OptionValueSInt64SP;
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj64 …15D04377002BF2E0 /* OptionValueSInt64.h in Headers */ = {isa = PBXBuildFile; fileRef = 260CC62A15D…
77 …5D0440D002BF2E0 /* OptionValueSInt64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 260CC64415…
827OptionValueSInt64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode…
840OptionValueSInt64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourceco…
2996 260CC62A15D04377002BF2E0 /* OptionValueSInt64.h */,
2997 260CC64415D0440D002BF2E0 /* OptionValueSInt64.cpp */,
3549 260CC63715D04377002BF2E0 /* OptionValueSInt64.h in Headers */,
4280 260CC65115D0440D002BF2E0 /* OptionValueSInt64.cpp in Sources */,
/external/lldb/source/Core/
DDebugger.cpp663OptionValueSInt64 *term_width = m_collection_sp->GetPropertyAtIndexAsOptionValueSInt64 (NULL, ePro… in Debugger()