Searched refs:GetObjCMethods (Results 1 – 11 of 11) sorted by relevance
118 void SymbolFileDWARFDwo::GetObjCMethods( in GetObjCMethods() function in SymbolFileDWARFDwo121 GetBaseSymbolFile().GetObjCMethods(class_name, callback); in GetObjCMethods()
37 void GetObjCMethods(ConstString class_name,
53 void GetObjCMethods(ConstString class_name,
47 GetObjCMethods(ConstString class_name,
41 void GetObjCMethods(ConstString class_name,
39 GetObjCMethods(ConstString class_name, in GetObjCMethods() function
179 void AppleDWARFIndex::GetObjCMethods( in GetObjCMethods() function in AppleDWARFIndex
226 virtual void GetObjCMethods(ConstString class_name,
410 void ManualDWARFIndex::GetObjCMethods( in GetObjCMethods() function in ManualDWARFIndex
1721 void SymbolFileDWARF::GetObjCMethods( in GetObjCMethods() function in SymbolFileDWARF1723 m_index->GetObjCMethods(class_name, callback); in GetObjCMethods()
2126 dwarf->GetObjCMethods(class_name, [&](DWARFDIE method_die) { in CompleteRecordType()