Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h85 uint64_t)> const &ivar_func) const override;
H A DAppleObjCClassDescriptorV2.cpp529 uint64_t)> const &ivar_func) const { in Describe()
578 if (ivar_func) { in Describe()
592 if (ivar_func(ivar.m_name.c_str(), ivar.m_type.c_str(), in Describe()
H A DAppleObjCDeclVendor.cpp472 auto ivar_func = [log, interface_decl, in FinishDecl() local
511 class_method_func, ivar_func)) in FinishDecl()
H A DAppleObjCClassDescriptorV2.h63 uint64_t)> const &ivar_func) const override;
H A DAppleObjCRuntimeV1.cpp272 uint64_t)> const &ivar_func) const { in Describe()
H A DAppleObjCRuntimeV2.cpp2725 auto ivar_func = [&ret, in LookupRuntimeSymbol() local
2740 ivar_func); in LookupRuntimeSymbol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h128 uint64_t)> const &ivar_func) const { in Describe() argument