Searched refs:AppleDWARFIndex (Results 1 – 4 of 4) sorted by relevance
23 std::unique_ptr<AppleDWARFIndex> AppleDWARFIndex::Create( in Create()62 return std::make_unique<AppleDWARFIndex>( in Create()120 void AppleDWARFIndex::SearchFor(const llvm::AppleAcceleratorTable &table, in SearchFor()137 void AppleDWARFIndex::GetGlobalVariables( in GetGlobalVariables()144 void AppleDWARFIndex::GetGlobalVariables( in GetGlobalVariables()159 void AppleDWARFIndex::GetGlobalVariables( in GetGlobalVariables()179 void AppleDWARFIndex::GetObjCMethods( in GetObjCMethods()186 void AppleDWARFIndex::GetCompleteObjCClass( in GetCompleteObjCClass()212 void AppleDWARFIndex::GetTypes( in GetTypes()219 void AppleDWARFIndex::GetTypes( in GetTypes()[all …]
17 class AppleDWARFIndex : public DWARFIndex {19 static std::unique_ptr<AppleDWARFIndex>24 AppleDWARFIndex(Module &module, in AppleDWARFIndex() function
529 m_index = AppleDWARFIndex::Create( in InitializeObject()
570 SRCS+= Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp