Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.h65 bool CouldHaveDynamicValue(ValueObject &in_value) override;
H A DGNUstepObjCRuntime.cpp120 bool GNUstepObjCRuntime::CouldHaveDynamicValue(ValueObject &in_value) { in CouldHaveDynamicValue() function in GNUstepObjCRuntime
/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h63 bool CouldHaveDynamicValue(ValueObject &in_value) override;
H A DItaniumABILanguageRuntime.cpp50 bool ItaniumABILanguageRuntime::CouldHaveDynamicValue(ValueObject &in_value) { in CouldHaveDynamicValue() function in ItaniumABILanguageRuntime
304 if (!CouldHaveDynamicValue(in_value)) in GetDynamicTypeAndAddress()
/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h52 bool CouldHaveDynamicValue(ValueObject &in_value) override;
H A DAppleObjCRuntimeV1.cpp54 if (CouldHaveDynamicValue(in_value)) { in GetDynamicTypeAndAddress()
H A DAppleObjCRuntime.cpp269 bool AppleObjCRuntime::CouldHaveDynamicValue(ValueObject &in_value) { in CouldHaveDynamicValue() function in AppleObjCRuntime
H A DAppleObjCRuntimeV2.cpp792 if (CouldHaveDynamicValue(in_value)) { in GetDynamicTypeAndAddress()
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h125 virtual bool CouldHaveDynamicValue(ValueObject &in_value) = 0;
/src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1592 return runtime ? runtime->CouldHaveDynamicValue(in_value) : false; in IsPossibleDynamicValue()
1596 if (runtime->CouldHaveDynamicValue(in_value)) in IsPossibleDynamicValue()