Home
last modified time | relevance | path

Searched defs:IsRuntimeSupportValue (Results 1 – 3 of 3) 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/source/API/
H A DSBValue.cpp1070 bool SBValue::IsRuntimeSupportValue() { in IsRuntimeSupportValue() function in SBValue
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1705 bool ValueObject::IsRuntimeSupportValue() { in IsRuntimeSupportValue() function in ValueObject