Home
last modified time | relevance | path

Searched refs:ClassDescriptor (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h44 class ClassDescriptor; variable
45 typedef std::shared_ptr<ClassDescriptor> ClassDescriptorSP;
50 class ClassDescriptor {
52 ClassDescriptor() in ClassDescriptor() function
56 virtual ~ClassDescriptor() = default;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp91 ObjCLanguageRuntime::ClassDescriptor::iVarDescriptor _indexes_id; in Update()
92 ObjCLanguageRuntime::ClassDescriptor::iVarDescriptor _length_id; in Update()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h21 class ClassDescriptorV2 : public ObjCLanguageRuntime::ClassDescriptor {
234 class ClassDescriptorV2Tagged : public ObjCLanguageRuntime::ClassDescriptor {
H A DAppleObjCRuntimeV1.h46 class ClassDescriptorV1 : public ObjCLanguageRuntime::ClassDescriptor {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp143 bool ObjCLanguageRuntime::ClassDescriptor::IsPointerValid( in IsPointerValid()