Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp5953 UniqueDWARFASTType unique_ast_entry; in ParseType() local
5963 unique_ast_entry)) in ParseType()
5970 type_sp = unique_ast_entry.m_type_sp; in ParseType()
6187 unique_ast_entry.m_type_sp = type_sp; in ParseType()
6188 unique_ast_entry.m_symfile = this; in ParseType()
6189 unique_ast_entry.m_cu = dwarf_cu; in ParseType()
6190 unique_ast_entry.m_die = die; in ParseType()
6191 unique_ast_entry.m_declaration = decl; in ParseType()
6192 unique_ast_entry.m_byte_size = byte_size; in ParseType()
6194 unique_ast_entry); in ParseType()