Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h68 enum DynamicClassInfoHelper { enum
158 DynamicClassInfoHelper GetDynamicClassInfoHelper() const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTargetProperties.td60 def DynamicClassInfoHelper: Property<"objc-dynamic-class-extractor", "Enum">,
H A DTarget.cpp4421 DynamicClassInfoHelper TargetProperties::GetDynamicClassInfoHelper() const { in GetDynamicClassInfoHelper()
4423 return (DynamicClassInfoHelper) in GetDynamicClassInfoHelper()