Lines Matching refs:ObjCLanguageRuntime

34 char ObjCLanguageRuntime::ID = 0;
37 ObjCLanguageRuntime::~ObjCLanguageRuntime() = default;
39 ObjCLanguageRuntime::ObjCLanguageRuntime(Process *process) in ObjCLanguageRuntime() function in ObjCLanguageRuntime
46 bool ObjCLanguageRuntime::IsAllowedRuntimeValue(ConstString name) { in IsAllowedRuntimeValue()
52 bool ObjCLanguageRuntime::AddClass(ObjCISA isa, in AddClass()
64 void ObjCLanguageRuntime::AddToMethodCache(lldb::addr_t class_addr, in AddToMethodCache()
78 void ObjCLanguageRuntime::AddToMethodCache(lldb::addr_t class_addr, in AddToMethodCache()
90 lldb::addr_t ObjCLanguageRuntime::LookupInMethodCache(lldb::addr_t class_addr, in LookupInMethodCache()
99 lldb::addr_t ObjCLanguageRuntime::LookupInMethodCache(lldb::addr_t class_addr, in LookupInMethodCache()
109 ObjCLanguageRuntime::LookupInCompleteClassCache(ConstString &name) { in LookupInCompleteClassCache()
159 size_t ObjCLanguageRuntime::GetByteOffsetForIvar(CompilerType &parent_qual_type, in GetByteOffsetForIvar()
164 bool ObjCLanguageRuntime::ClassDescriptor::IsPointerValid( in IsPointerValid()
177 ObjCLanguageRuntime::ObjCISA
178 ObjCLanguageRuntime::GetISA(ConstString name) { in GetISA()
185 ObjCLanguageRuntime::ISAToDescriptorIterator
186 ObjCLanguageRuntime::GetDescriptorIterator(ConstString name) { in GetDescriptorIterator()
219 std::pair<ObjCLanguageRuntime::ISAToDescriptorIterator,
220 ObjCLanguageRuntime::ISAToDescriptorIterator>
221 ObjCLanguageRuntime::GetDescriptorIteratorPair(bool update_if_needed) { in GetDescriptorIteratorPair()
225 return std::pair<ObjCLanguageRuntime::ISAToDescriptorIterator, in GetDescriptorIteratorPair()
226 ObjCLanguageRuntime::ISAToDescriptorIterator>( in GetDescriptorIteratorPair()
230 void ObjCLanguageRuntime::ReadObjCLibraryIfNeeded( in ReadObjCLibraryIfNeeded()
246 ObjCLanguageRuntime::ObjCISA
247 ObjCLanguageRuntime::GetParentClass(ObjCLanguageRuntime::ObjCISA isa) { in GetParentClass()
257 ObjCLanguageRuntime::ClassDescriptorSP
258 ObjCLanguageRuntime::GetClassDescriptorFromClassName( in GetClassDescriptorFromClassName()
266 ObjCLanguageRuntime::ClassDescriptorSP
267 ObjCLanguageRuntime::GetClassDescriptor(ValueObject &valobj) { in GetClassDescriptor()
289 ObjCLanguageRuntime::ClassDescriptorSP
290 ObjCLanguageRuntime::GetNonKVOClassDescriptor(ValueObject &valobj) { in GetNonKVOClassDescriptor()
291 ObjCLanguageRuntime::ClassDescriptorSP objc_class_sp( in GetNonKVOClassDescriptor()
304 ObjCLanguageRuntime::ClassDescriptorSP
305 ObjCLanguageRuntime::GetClassDescriptorFromISA(ObjCISA isa) { in GetClassDescriptorFromISA()
309 ObjCLanguageRuntime::ISAToDescriptorIterator pos = in GetClassDescriptorFromISA()
323 ObjCLanguageRuntime::ClassDescriptorSP
324 ObjCLanguageRuntime::GetNonKVOClassDescriptor(ObjCISA isa) { in GetNonKVOClassDescriptor()
340 ObjCLanguageRuntime::EncodingToType::RealizeType(const char *name, in RealizeType()
347 ObjCLanguageRuntime::EncodingToType::~EncodingToType() = default;
349 ObjCLanguageRuntime::EncodingToTypeSP ObjCLanguageRuntime::GetEncodingToType() { in GetEncodingToType()
354 ObjCLanguageRuntime::GetTypeBitSize(const CompilerType &compiler_type) { in GetTypeBitSize()
389 ObjCLanguageRuntime::GetBreakpointExceptionPrecondition(LanguageType language, in GetBreakpointExceptionPrecondition()
396 new ObjCLanguageRuntime::ObjCExceptionPrecondition()); in GetBreakpointExceptionPrecondition()
401 void ObjCLanguageRuntime::ObjCExceptionPrecondition::AddClassName( in AddClassName()
406 ObjCLanguageRuntime::ObjCExceptionPrecondition::ObjCExceptionPrecondition() =
409 bool ObjCLanguageRuntime::ObjCExceptionPrecondition::EvaluatePrecondition( in EvaluatePrecondition()
414 void ObjCLanguageRuntime::ObjCExceptionPrecondition::GetDescription( in GetDescription()
417 Status ObjCLanguageRuntime::ObjCExceptionPrecondition::ConfigurePrecondition( in ConfigurePrecondition()
427 ObjCLanguageRuntime::GetRuntimeType(CompilerType base_type) { in GetRuntimeType()