Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h51 ValueObject &static_value) override;
H A DItaniumABILanguageRuntime.cpp278 const TypeAndOrName &type_and_or_name, ValueObject &static_value) { in FixUpDynamicType() argument
279 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h59 ValueObject &static_value) override;
H A DAppleObjCRuntime.cpp257 ValueObject &static_value) { in FixUpDynamicType() argument
258 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp112 ValueObject *static_value = m_orig_valobj->GetStaticValue().get(); in GetMostSpecializedValue() local
113 if (static_value) in GetMostSpecializedValue()
114 m_valobj = static_value; in GetMostSpecializedValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguageRuntime.h102 ValueObject &static_value) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h336 ValueObject &static_value) override;
H A DRenderScriptRuntime.cpp1052 ValueObject &static_value) { in FixUpDynamicType() argument