Home
last modified time | relevance | path

Searched refs:GetObjCMethods (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.h37 virtual void GetObjCMethods(ConstString class_name, DIEArray &offsets) = 0;
H A DManualDWARFIndex.h31 void GetObjCMethods(ConstString class_name, DIEArray &offsets) override;
H A DAppleDWARFIndex.h40 void GetObjCMethods(ConstString class_name, DIEArray &offsets) override;
H A DDebugNamesDWARFIndex.h32 void GetObjCMethods(ConstString class_name, DIEArray &offsets) override {} in GetObjCMethods() function
H A DAppleDWARFIndex.cpp83 void AppleDWARFIndex::GetObjCMethods(ConstString class_name, in GetObjCMethods() function in AppleDWARFIndex
H A DManualDWARFIndex.cpp379 void ManualDWARFIndex::GetObjCMethods(ConstString class_name, in GetObjCMethods() function in ManualDWARFIndex
H A DSymbolFileDWARF.cpp1565 m_index->GetObjCMethods(class_name, method_die_offsets); in GetObjCMethodDIEOffsets()