Home
last modified time | relevance | path

Searched refs:GetTypeList (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolFile.cpp84 TypeList *SymbolFile::GetTypeList() { in GetTypeList() function in SymbolFile
86 return m_obj_file->GetModule()->GetTypeList(); in GetTypeList()
H A DType.cpp425 TypeList *Type::GetTypeList() { return GetSymbolFile()->GetTypeList(); } in GetTypeList() function in Type
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolVendor.h121 TypeList &GetTypeList() { return m_type_list; } in GetTypeList() function
123 const TypeList &GetTypeList() const { return m_type_list; } in GetTypeList() function
H A DSymbolFile.h209 virtual TypeList *GetTypeList();
H A DType.h127 TypeList *GetTypeList();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h152 lldb_private::TypeList *GetTypeList() override;
H A DSymbolFilePDB.cpp570 auto type_list = GetTypeList(); in ResolveTypeUID()
1518 lldb_private::TypeList *SymbolFilePDB::GetTypeList() { in GetTypeList() function in SymbolFilePDB
1519 return m_obj_file->GetModule()->GetTypeList(); in GetTypeList()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h739 TypeList *GetTypeList();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp716 m_obj_file->GetModule()->GetTypeList()->Insert(type); in GetOrCreateType()
1270 size_t old_count = m_obj_file->GetModule()->GetTypeList()->GetSize(); in ParseTypes()
1300 size_t new_count = m_obj_file->GetModule()->GetTypeList()->GetSize(); in ParseTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h205 lldb_private::TypeList *GetTypeList() override;
H A DSymbolFileDWARF.cpp261 TypeList *SymbolFileDWARF::GetTypeList() { in GetTypeList() function in SymbolFileDWARF
267 return debug_map_symfile->GetTypeList(); in GetTypeList()
269 return m_obj_file->GetModule()->GetTypeList(); in GetTypeList()
3066 TypeList *type_list = GetTypeList(); in ParseType()
H A DDWARFASTParserClang.cpp192 dwarf->GetTypeList()->Insert(type_sp); in ParseTypeFromDWO()
255 TypeList *type_list = dwarf->GetTypeList(); in ParseTypeFromDWARF()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp1239 TypeList *Module::GetTypeList() { in GetTypeList() function in Module
1242 return &symbols->GetTypeList(); in GetTypeList()