Lines Matching refs:ObjCLanguageRuntime
34 ObjCLanguageRuntime::~ObjCLanguageRuntime() {} in ~ObjCLanguageRuntime()
36 ObjCLanguageRuntime::ObjCLanguageRuntime(Process *process) in ObjCLanguageRuntime() function in ObjCLanguageRuntime
43 bool ObjCLanguageRuntime::AddClass(ObjCISA isa, in AddClass()
55 void ObjCLanguageRuntime::AddToMethodCache(lldb::addr_t class_addr, in AddToMethodCache()
68 lldb::addr_t ObjCLanguageRuntime::LookupInMethodCache(lldb::addr_t class_addr, in LookupInMethodCache()
78 ObjCLanguageRuntime::LookupInCompleteClassCache(ConstString &name) { in LookupInCompleteClassCache()
138 size_t ObjCLanguageRuntime::GetByteOffsetForIvar(CompilerType &parent_qual_type, in GetByteOffsetForIvar()
143 bool ObjCLanguageRuntime::ClassDescriptor::IsPointerValid( in IsPointerValid()
156 ObjCLanguageRuntime::ObjCISA
157 ObjCLanguageRuntime::GetISA(const ConstString &name) { in GetISA()
164 ObjCLanguageRuntime::ISAToDescriptorIterator
165 ObjCLanguageRuntime::GetDescriptorIterator(const ConstString &name) { in GetDescriptorIterator()
198 std::pair<ObjCLanguageRuntime::ISAToDescriptorIterator,
199 ObjCLanguageRuntime::ISAToDescriptorIterator>
200 ObjCLanguageRuntime::GetDescriptorIteratorPair(bool update_if_needed) { in GetDescriptorIteratorPair()
204 return std::pair<ObjCLanguageRuntime::ISAToDescriptorIterator, in GetDescriptorIteratorPair()
205 ObjCLanguageRuntime::ISAToDescriptorIterator>( in GetDescriptorIteratorPair()
209 ObjCLanguageRuntime::ObjCISA
210 ObjCLanguageRuntime::GetParentClass(ObjCLanguageRuntime::ObjCISA isa) { in GetParentClass()
221 ObjCLanguageRuntime::GetActualTypeName(ObjCLanguageRuntime::ObjCISA isa) { in GetActualTypeName()
228 ObjCLanguageRuntime::ClassDescriptorSP
229 ObjCLanguageRuntime::GetClassDescriptorFromClassName( in GetClassDescriptorFromClassName()
237 ObjCLanguageRuntime::ClassDescriptorSP
238 ObjCLanguageRuntime::GetClassDescriptor(ValueObject &valobj) { in GetClassDescriptor()
260 ObjCLanguageRuntime::ClassDescriptorSP
261 ObjCLanguageRuntime::GetNonKVOClassDescriptor(ValueObject &valobj) { in GetNonKVOClassDescriptor()
262 ObjCLanguageRuntime::ClassDescriptorSP objc_class_sp( in GetNonKVOClassDescriptor()
275 ObjCLanguageRuntime::ClassDescriptorSP
276 ObjCLanguageRuntime::GetClassDescriptorFromISA(ObjCISA isa) { in GetClassDescriptorFromISA()
279 ObjCLanguageRuntime::ISAToDescriptorIterator pos = in GetClassDescriptorFromISA()
287 ObjCLanguageRuntime::ClassDescriptorSP
288 ObjCLanguageRuntime::GetNonKVOClassDescriptor(ObjCISA isa) { in GetNonKVOClassDescriptor()
304 ObjCLanguageRuntime::EncodingToType::RealizeType(const char *name, in RealizeType()
311 CompilerType ObjCLanguageRuntime::EncodingToType::RealizeType( in RealizeType()
319 ObjCLanguageRuntime::EncodingToType::~EncodingToType() {} in ~EncodingToType()
321 ObjCLanguageRuntime::EncodingToTypeSP ObjCLanguageRuntime::GetEncodingToType() { in GetEncodingToType()
325 bool ObjCLanguageRuntime::GetTypeBitSize(const CompilerType &compiler_type, in GetTypeBitSize()
362 void ObjCLanguageRuntime::ObjCExceptionPrecondition::AddClassName( in AddClassName()
367 ObjCLanguageRuntime::ObjCExceptionPrecondition::ObjCExceptionPrecondition() {} in ObjCExceptionPrecondition()
369 bool ObjCLanguageRuntime::ObjCExceptionPrecondition::EvaluatePrecondition( in EvaluatePrecondition()
374 void ObjCLanguageRuntime::ObjCExceptionPrecondition::GetDescription( in GetDescription()
377 Status ObjCLanguageRuntime::ObjCExceptionPrecondition::ConfigurePrecondition( in ConfigurePrecondition()