Searched refs:GetObjCMethods (Results 1 – 11 of 11) sorted by relevance
97 void SymbolFileDWARFDwo::GetObjCMethods( in GetObjCMethods() function in SymbolFileDWARFDwo100 GetBaseSymbolFile().GetObjCMethods(class_name, callback); in GetObjCMethods()
34 void GetObjCMethods(lldb_private::ConstString class_name,
38 void GetObjCMethods(ConstString class_name,
41 GetObjCMethods(ConstString class_name,
44 void GetObjCMethods(ConstString class_name,
38 GetObjCMethods(ConstString class_name, in GetObjCMethods() function
88 void AppleDWARFIndex::GetObjCMethods( in GetObjCMethods() function in AppleDWARFIndex
366 void ManualDWARFIndex::GetObjCMethods( in GetObjCMethods() function in ManualDWARFIndex
242 virtual void GetObjCMethods(lldb_private::ConstString class_name,
1539 void SymbolFileDWARF::GetObjCMethods( in GetObjCMethods() function in SymbolFileDWARF1541 m_index->GetObjCMethods(class_name, callback); in GetObjCMethods()
1997 dwarf->GetObjCMethods(class_name, [&](DWARFDIE method_die) { in CompleteRecordType()