Home
last modified time | relevance | path

Searched refs:CouldHaveDynamicValue (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h53 bool CouldHaveDynamicValue(ValueObject &in_value) override;
H A DItaniumABILanguageRuntime.cpp47 bool ItaniumABILanguageRuntime::CouldHaveDynamicValue(ValueObject &in_value) { in CouldHaveDynamicValue() function in ItaniumABILanguageRuntime
210 if (!CouldHaveDynamicValue(in_value)) in GetDynamicTypeAndAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h50 bool CouldHaveDynamicValue(ValueObject &in_value) override;
H A DAppleObjCRuntimeV1.cpp52 if (CouldHaveDynamicValue(in_value)) { in GetDynamicTypeAndAddress()
H A DAppleObjCRuntime.cpp241 bool AppleObjCRuntime::CouldHaveDynamicValue(ValueObject &in_value) { in CouldHaveDynamicValue() function in AppleObjCRuntime
H A DAppleObjCRuntimeV2.cpp426 if (CouldHaveDynamicValue(in_value)) { in GetDynamicTypeAndAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguageRuntime.h94 virtual bool CouldHaveDynamicValue(ValueObject &in_value) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h338 bool CouldHaveDynamicValue(ValueObject &in_value) override;
H A DRenderScriptRuntime.cpp1056 bool RenderScriptRuntime::CouldHaveDynamicValue(ValueObject &in_value) { in CouldHaveDynamicValue() function in RenderScriptRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1783 return runtime ? runtime->CouldHaveDynamicValue(in_value) : false; in IsPossibleDynamicValue()
1787 if (cpp_runtime && cpp_runtime->CouldHaveDynamicValue(in_value)) in IsPossibleDynamicValue()
1791 return objc_runtime ? objc_runtime->CouldHaveDynamicValue(in_value) : false; in IsPossibleDynamicValue()