Searched defs:GetObjectDescription (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Target/
H A DCPPLanguageRuntime.cpp166 CPPLanguageRuntime::GetObjectDescription (Stream &str, ValueObject &object) function in class:CPPLanguageRuntime
173 CPPLanguageRuntime::GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope) function in class:CPPLanguageRuntime
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp44 AppleObjCRuntime::GetObjectDescription (Stream &str, ValueObject &valobj) function in class:AppleObjCRuntime
60 return GetObjectDescription(str, val, exe_ctx.GetBestExecutionContextScope());
64 AppleObjCRuntime::GetObjectDescription (Stream &strm, Value &value, ExecutionContextScope *exe_scope) function in class:AppleObjCRuntime
/external/lldb/source/API/
H A DSBValue.cpp446 SBValue::GetObjectDescription () function in class:SBValue
454 cstr = value_sp->GetObjectDescription ();
459 log->Printf ("SBValue(%p)::GetObjectDescription() => \"%s\"", value_sp.get(), cstr);
461 log->Printf ("SBValue(%p)::GetObjectDescription() => NULL", value_sp.get());
/external/lldb/source/Core/
H A DValueObject.cpp1259 ValueObject::GetObjectDescription () function in class:ValueObject
1292 if (runtime && runtime->GetObjectDescription(s, *this))
1656 cstr = GetObjectDescription();
3488 const char *object_desc = valobj->GetObjectDescription();

Completed in 1084 milliseconds