Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h68 enum DynamicClassInfoHelper { enum
158 DynamicClassInfoHelper GetDynamicClassInfoHelper() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td69 def DynamicClassInfoHelper: Property<"objc-dynamic-class-extractor", "Enum">,
H A DTarget.cpp4523 DynamicClassInfoHelper TargetProperties::GetDynamicClassInfoHelper() const { in GetDynamicClassInfoHelper()
4525 return GetPropertyAtIndexAs<DynamicClassInfoHelper>( in GetDynamicClassInfoHelper()
4526 idx, static_cast<DynamicClassInfoHelper>( in GetDynamicClassInfoHelper()