Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguageRuntime.h147 virtual bool IsRuntimeSupportValue(ValueObject &valobj) { return false; } in IsRuntimeSupportValue() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValue.h278 bool IsRuntimeSupportValue();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp1070 bool SBValue::IsRuntimeSupportValue() { in IsRuntimeSupportValue() function in SBValue
1076 is_support = value_sp->IsRuntimeSupportValue(); in IsRuntimeSupportValue()
H A DSBFrame.cpp1024 valobj_sp->IsRuntimeSupportValue()) in GetVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h812 virtual bool IsRuntimeSupportValue();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp690 valobj_sp->IsRuntimeSupportValue()) in DoExecute()
H A DCommandObjectTarget.cpp755 valobj_sp->IsRuntimeSupportValue()) in DumpValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1705 bool ValueObject::IsRuntimeSupportValue() { in IsRuntimeSupportValue() function in ValueObject
1713 return runtime->IsRuntimeSupportValue(*this); in IsRuntimeSupportValue()