Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h267 bool IsRuntimeSupportValue();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp967 bool SBValue::IsRuntimeSupportValue() { in IsRuntimeSupportValue() function in SBValue
968 LLDB_RECORD_METHOD_NO_ARGS(bool, SBValue, IsRuntimeSupportValue); in IsRuntimeSupportValue()
974 is_support = value_sp->IsRuntimeSupportValue(); in IsRuntimeSupportValue()
1626 LLDB_REGISTER_METHOD(bool, SBValue, IsRuntimeSupportValue, ()); in RegisterMethods()
H A DSBFrame.cpp875 valobj_sp->IsRuntimeSupportValue()) in GetVariables()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i319 IsRuntimeSupportValue ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h787 virtual bool IsRuntimeSupportValue();
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp659 valobj_sp->IsRuntimeSupportValue()) in DoExecute()
H A DCommandObjectTarget.cpp730 valobj_sp->IsRuntimeSupportValue()) in DumpValueObject()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1575 bool ValueObject::IsRuntimeSupportValue() { in IsRuntimeSupportValue() function in ValueObject
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp67600 result = (bool)(arg1)->IsRuntimeSupportValue(); in _wrap_SBValue_IsRuntimeSupportValue()