Home
last modified time | relevance | path

Searched refs:GetStaticValue (Results 1 – 8 of 8) sorted by relevance

/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObjectSyntheticFilter.h93 GetStaticValue () in GetStaticValue() function
96 return m_parent->GetStaticValue(); in GetStaticValue()
HDValueObjectDynamicValue.h75 GetStaticValue () in GetStaticValue() function
HDValueObject.h680 GetStaticValue ();
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBValue.h97 GetStaticValue ();
/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDValueObjectPrinter.cpp111 ValueObject *static_value = m_orig_valobj->GetStaticValue().get(); in GetDynamicValueIfNeeded()
HDFormatManager.cpp284 lldb::ValueObjectSP static_value_sp(valobj.GetStaticValue()); in GetPossibleMatches()
541 if (valobj.GetStaticValue()) in GetTypeForCache()
542 return valobj.GetStaticValue()->GetQualifiedTypeName(); in GetTypeForCache()
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBValue.cpp967 SBValue::GetStaticValue () in GetStaticValue() function in SBValue
/trueos/contrib/llvm/tools/lldb/source/Core/
HDValueObject.cpp2320 ValueObject::GetStaticValue() in GetStaticValue() function in ValueObject