Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
HDGNUstepObjCRuntime.cpp136 ValueObject &static_value) { in FixUpDynamicType() argument
137 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType()
HDGNUstepObjCRuntime.h74 ValueObject &static_value) override;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
HDItaniumABILanguageRuntime.h61 ValueObject &static_value) override;
HDItaniumABILanguageRuntime.cpp368 const TypeAndOrName &type_and_or_name, ValueObject &static_value) { in FixUpDynamicType() argument
369 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntime.h61 ValueObject &static_value) override;
HDAppleObjCRuntime.cpp285 ValueObject &static_value) { in FixUpDynamicType() argument
286 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType()
/freebsd-14-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDValueObjectPrinter.cpp113 ValueObject *static_value = m_orig_valobj.GetStaticValue().get(); in SetupMostSpecializedValue() local
114 if (static_value) in SetupMostSpecializedValue()
115 m_cached_valobj = static_value; in SetupMostSpecializedValue()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDLanguageRuntime.h133 ValueObject &static_value) = 0;