Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDObjCLanguageRuntime.h144 class ClassDescriptor; variable
145 typedef std::shared_ptr<ClassDescriptor> ClassDescriptorSP;
150 class ClassDescriptor
154 ClassDescriptor() : in ClassDescriptor() function
162 ~ClassDescriptor () in ~ClassDescriptor()
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDNSIndexPath.cpp84 ObjCLanguageRuntime::ClassDescriptor::iVarDescriptor _indexes_id; in Update()
85 ObjCLanguageRuntime::ClassDescriptor::iVarDescriptor _length_id; in Update()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDObjCLanguageRuntime.cpp438 ObjCLanguageRuntime::ClassDescriptor::IsPointerValid (lldb::addr_t value, in IsPointerValid()