Searched refs:src_child_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp5540 Type *src_child_type = m_die_to_type[src_die]; local
5541 if (src_child_type)
5544 log->Printf ("uniquing type %p (uid=0x%" PRIx64 ") from 0x%8.8x for 0x%8.8x", src_child_type, src_child_type->GetID(), src_die->GetOffset(), dst_die->GetOffset());
5545 m_die_to_type[dst_die] = src_child_type;
5585 Type *src_child_type = m_die_to_type[src_die]; local
5586 if (src_child_type)
5589 log->Printf ("uniquing type %p (uid=0x%" PRIx64 ") from 0x%8.8x for 0x%8.8x", src_child_type, src_child_type->GetID(), src_die->GetOffset(), dst_die->GetOffset());
5590 m_die_to_type[dst_die] = src_child_type;
5640 Type *src_child_type = m_die_to_type[src_die]; local
[all...]

Completed in 96 milliseconds