Home
last modified time | relevance | path

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

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