Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h68 enum DynamicClassInfoHelper { enum
156 DynamicClassInfoHelper GetDynamicClassInfoHelper() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DTargetProperties.td57 def DynamicClassInfoHelper: Property<"objc-dynamic-class-extractor", "Enum">,
H A DTarget.cpp4318 DynamicClassInfoHelper TargetProperties::GetDynamicClassInfoHelper() const { in GetDynamicClassInfoHelper()
4320 return (DynamicClassInfoHelper) in GetDynamicClassInfoHelper()