Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBValue.h273 bool IsRuntimeSupportValue();
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBValue.i319 IsRuntimeSupportValue ();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBValue.cpp935 bool SBValue::IsRuntimeSupportValue() { in IsRuntimeSupportValue() function in SBValue
942 is_support = value_sp->IsRuntimeSupportValue(); in IsRuntimeSupportValue()
H A DSBFrame.cpp851 valobj_sp->IsRuntimeSupportValue()) in GetVariables()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h787 virtual bool IsRuntimeSupportValue();
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp661 valobj_sp->IsRuntimeSupportValue()) in DoExecute()
H A DCommandObjectTarget.cpp741 valobj_sp->IsRuntimeSupportValue()) in DumpValueObject()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp1587 bool ValueObject::IsRuntimeSupportValue() { in IsRuntimeSupportValue() function in ValueObject