Searched refs:GetObjCMethods (Results 1 – 11 of 11) sorted by relevance
119 void SymbolFileDWARFDwo::GetObjCMethods( in GetObjCMethods() function in SymbolFileDWARFDwo122 GetBaseSymbolFile().GetObjCMethods(class_name, callback); in GetObjCMethods()
37 void GetObjCMethods(ConstString class_name,
42 void GetObjCMethods(ConstString class_name,
53 void GetObjCMethods(ConstString class_name,
47 GetObjCMethods(ConstString class_name,
39 GetObjCMethods(ConstString class_name, in GetObjCMethods() function
179 void AppleDWARFIndex::GetObjCMethods( in GetObjCMethods() function in AppleDWARFIndex
223 virtual void GetObjCMethods(ConstString class_name,
435 void ManualDWARFIndex::GetObjCMethods( in GetObjCMethods() function in ManualDWARFIndex
1660 void SymbolFileDWARF::GetObjCMethods( in GetObjCMethods() function in SymbolFileDWARF1662 m_index->GetObjCMethods(class_name, callback); in GetObjCMethods()
2196 dwarf->GetObjCMethods(class_name, [&](DWARFDIE method_die) { in CompleteRecordType()