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,
44 GetObjCMethods(ConstString class_name,
44 void GetObjCMethods(ConstString class_name,
38 GetObjCMethods(ConstString class_name, in GetObjCMethods() function
38 void GetObjCMethods(ConstString class_name,
92 void AppleDWARFIndex::GetObjCMethods( in GetObjCMethods() function in AppleDWARFIndex
242 virtual void GetObjCMethods(lldb_private::ConstString class_name,
377 void ManualDWARFIndex::GetObjCMethods( in GetObjCMethods() function in ManualDWARFIndex
1634 void SymbolFileDWARF::GetObjCMethods( in GetObjCMethods() function in SymbolFileDWARF1636 m_index->GetObjCMethods(class_name, callback); in GetObjCMethods()
2084 dwarf->GetObjCMethods(class_name, [&](DWARFDIE method_die) { in CompleteRecordType()