Home
last modified time | relevance | path

Searched refs:GetDynamicClassInfoHelper (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h158 DynamicClassInfoHelper GetDynamicClassInfoHelper() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1894 switch (exe_ctx.GetTargetRef().GetDynamicClassInfoHelper()) { in ComputeHelper()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4523 DynamicClassInfoHelper TargetProperties::GetDynamicClassInfoHelper() const { in GetDynamicClassInfoHelper() function in TargetProperties