Searched refs:GetObjCMethods (Results 1 – 11 of 11) sorted by relevance
111 void SymbolFileDWARFDwo::GetObjCMethods( in GetObjCMethods() function in SymbolFileDWARFDwo114 GetBaseSymbolFile().GetObjCMethods(class_name, callback); in GetObjCMethods()
35 void GetObjCMethods(lldb_private::ConstString class_name,
45 GetObjCMethods(ConstString class_name,
44 void GetObjCMethods(ConstString class_name,
39 GetObjCMethods(ConstString class_name, in GetObjCMethods() function
38 void GetObjCMethods(ConstString class_name,
92 void AppleDWARFIndex::GetObjCMethods( in GetObjCMethods() function in AppleDWARFIndex
245 virtual void GetObjCMethods(lldb_private::ConstString class_name,
395 void ManualDWARFIndex::GetObjCMethods( in GetObjCMethods() function in ManualDWARFIndex
1659 void SymbolFileDWARF::GetObjCMethods( in GetObjCMethods() function in SymbolFileDWARF1661 m_index->GetObjCMethods(class_name, callback); in GetObjCMethods()
2152 dwarf->GetObjCMethods(class_name, [&](DWARFDIE method_die) { in CompleteRecordType()