Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h284 bool IsRuntimeSupportValue();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp961 bool SBValue::IsRuntimeSupportValue() { in IsRuntimeSupportValue() function in SBValue
968 is_support = value_sp->IsRuntimeSupportValue(); in IsRuntimeSupportValue()
H A DSBFrame.cpp857 valobj_sp->IsRuntimeSupportValue()) in GetVariables()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h862 virtual bool IsRuntimeSupportValue();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp638 valobj_sp->IsRuntimeSupportValue()) in DoExecute()
H A DCommandObjectTarget.cpp741 valobj_sp->IsRuntimeSupportValue()) in DumpValueObject()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1744 bool ValueObject::IsRuntimeSupportValue() { in IsRuntimeSupportValue() function in ValueObject
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77941 result = (bool)(arg1)->IsRuntimeSupportValue(); in _wrap_SBValue_IsRuntimeSupportValue()