Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h57 ValueObject &static_value) override;
H A DItaniumABILanguageRuntime.cpp270 const TypeAndOrName &type_and_or_name, ValueObject &static_value) { in FixUpDynamicType() argument
271 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h61 ValueObject &static_value) override;
H A DAppleObjCRuntime.cpp279 ValueObject &static_value) { in FixUpDynamicType() argument
280 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp107 ValueObject *static_value = m_orig_valobj->GetStaticValue().get(); in GetMostSpecializedValue() local
108 if (static_value) in GetMostSpecializedValue()
109 m_valobj = static_value; in GetMostSpecializedValue()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DLanguageRuntime.h100 ValueObject &static_value) = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h348 ValueObject &static_value) override;
H A DRenderScriptRuntime.cpp1021 ValueObject &static_value) { in FixUpDynamicType() argument