Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp105 SymbolFileDWARF::DIEToTypePtr &SymbolFileDWARFDwo::GetDIEToType() { in GetDIEToType() function in SymbolFileDWARFDwo
106 return GetBaseSymbolFile().GetDIEToType(); in GetDIEToType()
H A DSymbolFileDWARFDwo.h73 DIEToTypePtr &GetDIEToType() override;
H A DDWARFASTParserClang.cpp458 dwarf->GetDIEToType().try_emplace(die.GetDIE(), DIE_IS_BEING_PARSED); in ParseTypeFromDWARF()
525 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseTypeFromDWARF()
895 if (auto [it, inserted] = dwarf->GetDIEToType().try_emplace( in ParseEnum()
941 dwarf->GetDIEToType()[def_die.GetDIE()] = type_sp.get(); in ParseEnum()
1070 Type *type_ptr = dwarf->GetDIEToType().lookup(die.GetDIE()); in ParseCXXMethod()
1678 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseStructureLikeDIE()
2420 Type *func_type = dwarf->GetDIEToType().lookup(die.GetDIE()); in ParseFunctionFromDWARF()
3689 dst_class_die.GetDWARF()->GetDIEToType(); in CopyUniqueClassMethodTypes()
H A DSymbolFileDWARF.h343 virtual DIEToTypePtr &GetDIEToType() { return m_die_to_type; } in GetDIEToType() function
H A DSymbolFileDWARF.cpp1664 Type *type = GetDIEToType().lookup(decl_die.GetDIE()); in CompleteType()
1666 GetDIEToType()[def_die.GetDIE()] = type; in CompleteType()
2904 Type *type_ptr = GetDIEToType().lookup(die.GetDIE()); in GetTypeForDIE()
3066 GetDIEToType()[die.GetDIE()] = resolved_type; in FindCompleteObjCDefinitionTypeForDIE()