Home
last modified time | relevance | path

Searched refs:GetObjectDescription (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DLanguageRuntime.h42 GetObjectDescription (Stream &str, ValueObject &object) = 0;
45 GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope) = 0;
DCPPLanguageRuntime.h128 GetObjectDescription (Stream &str, ValueObject &object);
131 GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DCPPLanguageRuntime.cpp166 CPPLanguageRuntime::GetObjectDescription (Stream &str, ValueObject &object) in GetObjectDescription() function in CPPLanguageRuntime
173 CPPLanguageRuntime::GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_sco… in GetObjectDescription() function in CPPLanguageRuntime
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
DValueObjectPrinter.cpp142 const char* str = m_valobj->GetObjectDescription(); in GetDescriptionForDisplay()
373 object_desc = m_valobj->GetObjectDescription(); in PrintObjectDescriptionIfNeeded()
DCXXFormatterFunctions.cpp1164 stream.Printf("%s",valobj.GetObjectDescription()); in RuntimeSpecificDescriptionSummaryProvider()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBValue.h91 GetObjectDescription ();
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DValueObject.h605 GetObjectDescription ();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBValue.cpp465 SBValue::GetObjectDescription () in GetObjectDescription() function in SBValue
473 cstr = value_sp->GetObjectDescription (); in GetObjectDescription()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DValueObject.cpp1347 ValueObject::GetObjectDescription () in GetObjectDescription() function in ValueObject
1380 if (runtime && runtime->GetObjectDescription(s, *this)) in GetObjectDescription()
1702 cstr = GetObjectDescription(); in DumpPrintableRepresentation()