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.h71 enum DynamicClassInfoHelper { enum
173 DynamicClassInfoHelper GetDynamicClassInfoHelper() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4742 DynamicClassInfoHelper TargetProperties::GetDynamicClassInfoHelper() const { in GetDynamicClassInfoHelper()
4744 return GetPropertyAtIndexAs<DynamicClassInfoHelper>( in GetDynamicClassInfoHelper()
4745 idx, static_cast<DynamicClassInfoHelper>( in GetDynamicClassInfoHelper()
H A DTargetProperties.td75 def DynamicClassInfoHelper: Property<"objc-dynamic-class-extractor", "Enum">,