Searched refs:GetObjCMethods (Results 1 – 11 of 11) sorted by relevance
98 void SymbolFileDWARFDwo::GetObjCMethods( in GetObjCMethods() function in SymbolFileDWARFDwo101 GetBaseSymbolFile().GetObjCMethods(class_name, callback); in GetObjCMethods()
34 void GetObjCMethods(lldb_private::ConstString class_name,
38 void GetObjCMethods(ConstString class_name,
44 void GetObjCMethods(ConstString class_name,
41 GetObjCMethods(ConstString class_name,
38 GetObjCMethods(ConstString class_name, in GetObjCMethods() function
88 void AppleDWARFIndex::GetObjCMethods( in GetObjCMethods() function in AppleDWARFIndex
351 void ManualDWARFIndex::GetObjCMethods( in GetObjCMethods() function in ManualDWARFIndex
243 virtual void GetObjCMethods(lldb_private::ConstString class_name,
1530 void SymbolFileDWARF::GetObjCMethods( in GetObjCMethods() function in SymbolFileDWARF1532 m_index->GetObjCMethods(class_name, callback); in GetObjCMethods()
1998 dwarf->GetObjCMethods(class_name, [&](DWARFDIE method_die) { in CompleteRecordType()