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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp80 SymbolFileDWARF::DIEToTypePtr &SymbolFileDWARFDwo::GetDIEToType() { function in class:SymbolFileDWARFDwo
81 return GetBaseSymbolFile().GetDIEToType();
H A DSymbolFileDWARFDwo.h46 DIEToTypePtr &GetDIEToType() override;
H A DDWARFASTParserClang.cpp219 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get();
418 Type *type_ptr = dwarf->GetDIEToType().lookup(die.GetDIE());
424 dwarf->GetDIEToType()[die.GetDIE()] = DIE_IS_BEING_PARSED;
431 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get();
714 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get();
760 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get();
980 Type *type_ptr = dwarf->GetDIEToType()[die.GetDIE()];
1126 // dwarf->GetDIEToType() map. First
1127 // we need to modify the dwarf->GetDIEToType() so it
1130 dwarf->GetDIEToType()[di
[all...]
H A DSymbolFileDWARF.h460 virtual DIEToTypePtr &GetDIEToType() { return m_die_to_type; } function in class:SymbolFileDWARF
H A DSymbolFileDWARF.cpp1474 Type *type = GetDIEToType().lookup(dwarf_die.GetDIE());
2543 Type *type_ptr = GetDIEToType().lookup(die.GetDIE());
2716 GetDIEToType()[die.GetDIE()] = resolved_type;

Completed in 179 milliseconds