Home
last modified time | relevance | path

Searched refs:ivar_func (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp378 uint64_t)> const &ivar_func) const { in Describe()
438 if (ivar_func) { in Describe()
452 if (ivar_func(ivar.m_name.c_str(), ivar.m_type.c_str(), in Describe()
H A DAppleObjCRuntimeV1.h85 uint64_t)> const &ivar_func) const override;
H A DAppleObjCDeclVendor.cpp472 auto ivar_func = [log, interface_decl, in FinishDecl() local
511 class_method_func, ivar_func)) in FinishDecl()
H A DAppleObjCClassDescriptorV2.h60 uint64_t)> const &ivar_func) const override;
H A DAppleObjCRuntimeV1.cpp272 uint64_t)> const &ivar_func) const { in Describe()
H A DAppleObjCRuntimeV2.cpp2577 auto ivar_func = [&ret, in LookupRuntimeSymbol() local
2592 ivar_func); in LookupRuntimeSymbol()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h120 uint64_t)> const &ivar_func) const { in Describe() argument