Home | History | Annotate | Download | only in AppleObjCRuntime

Lines Matching refs:ObjCLanguageRuntime

22 #include "lldb/Target/ObjCLanguageRuntime.h"
86 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA = 1;
87 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSAtom = 2;
88 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSNumber = 3;
89 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSDateTS = 4;
90 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSManagedObject = 5;
91 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSDate = 6;
94 GetActualTypeName(ObjCLanguageRuntime::ObjCISA isa);
140 ObjCLanguageRuntime::ClassDescriptorSP
152 std::map<ObjCISA,ObjCLanguageRuntime::ClassDescriptorSP> m_cache;
170 virtual ObjCLanguageRuntime::ClassDescriptorSP
193 virtual ObjCLanguageRuntime::ClassDescriptorSP
204 typedef std::map<uint8_t,ObjCLanguageRuntime::ClassDescriptorSP> Cache;
225 virtual ObjCLanguageRuntime::ClassDescriptorSP