Home
last modified time | relevance | path

Searched defs:static_value (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp134 FixUpDynamicType(const TypeAndOrName & type_and_or_name,ValueObject & static_value) FixUpDynamicType() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp279 FixUpDynamicType(const TypeAndOrName & type_and_or_name,ValueObject & static_value) FixUpDynamicType() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp368 const TypeAndOrName &type_and_or_name, ValueObject &static_value) { in FixUpDynamicType() argument
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp119 ValueObject *static_value = m_orig_valobj->GetStaticValue().get(); GetMostSpecializedValue() local