Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDObjCLanguageRuntime.h140 class ClassDescriptor; variable
141 typedef std::shared_ptr<ClassDescriptor> ClassDescriptorSP;
146 class ClassDescriptor
150 ClassDescriptor() : in ClassDescriptor() function
158 ~ClassDescriptor () in ~ClassDescriptor()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDObjCLanguageRuntime.cpp433 ObjCLanguageRuntime::ClassDescriptor::IsPointerValid (lldb::addr_t value, in IsPointerValid()