Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolFile.h538 virtual TypeList &GetTypeList() { return m_type_list; } in GetTypeList() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h373 lldb_private::TypeList &GetTypeList() override;
H A DSymbolFileDWARF.cpp274 TypeList &SymbolFileDWARF::GetTypeList() { in GetTypeList() function in SymbolFileDWARF
277 return debug_map_symfile->GetTypeList(); in GetTypeList()
278 return SymbolFileCommon::GetTypeList(); in GetTypeList()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp835 GetTypeList().Insert(type); in GetOrCreateType()
1756 const size_t old_count = GetTypeList().GetSize(); in ParseTypes()
1786 const size_t new_count = GetTypeList().GetSize(); in ParseTypes()