Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h306 virtual TypeList &GetTypeList() { return m_type_list; } in GetTypeList() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp720 GetTypeList().Insert(type); in GetOrCreateType()
1265 const size_t old_count = GetTypeList().GetSize(); in ParseTypes()
1295 const size_t new_count = GetTypeList().GetSize(); in ParseTypes()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h346 lldb_private::TypeList &GetTypeList() override;
H A DSymbolFileDWARF.cpp296 TypeList &SymbolFileDWARF::GetTypeList() { in GetTypeList() function in SymbolFileDWARF
299 return debug_map_symfile->GetTypeList(); in GetTypeList()
300 return SymbolFile::GetTypeList(); in GetTypeList()
2896 GetTypeList().Insert(type_sp); in ParseType()
H A DDWARFASTParserClang.cpp219 dwarf->GetTypeList().Insert(type_sp); in ParseTypeFromClangModule()
1381 TypeList &type_list = dwarf->GetTypeList(); in UpdateSymbolContextScopeForType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp580 GetTypeList().Insert(result); in ResolveTypeUID()