Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDwo.cpp95 SymbolFileDWARF::DIEToTypePtr &SymbolFileDWARFDwo::GetDIEToType() { in GetDIEToType() function in SymbolFileDWARFDwo
96 return GetBaseSymbolFile().GetDIEToType(); in GetDIEToType()
HDDWARFASTParserClang.cpp216 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseTypeFromClangModule()
415 Type *type_ptr = dwarf->GetDIEToType().lookup(die.GetDIE()); in ParseTypeFromDWARF()
421 dwarf->GetDIEToType()[die.GetDIE()] = DIE_IS_BEING_PARSED; in ParseTypeFromDWARF()
428 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseTypeFromDWARF()
711 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseTypeModifier()
758 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseEnum()
977 Type *type_ptr = dwarf->GetDIEToType()[die.GetDIE()]; in ParseSubroutine()
1127 dwarf->GetDIEToType()[die.GetDIE()] = NULL; in ParseSubroutine()
1137 Type *type_ptr = dwarf->GetDIEToType()[die.GetDIE()]; in ParseSubroutine()
1374 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in UpdateSymbolContextScopeForType()
[all …]
HDSymbolFileDWARFDwo.h55 DIEToTypePtr &GetDIEToType() override;
HDSymbolFileDWARF.h436 virtual DIEToTypePtr &GetDIEToType() { return m_die_to_type; } in GetDIEToType() function
HDSymbolFileDWARF.cpp1437 Type *type = GetDIEToType().lookup(dwarf_die.GetDIE()); in CompleteType()
2631 Type *type_ptr = GetDIEToType().lookup(die.GetDIE()); in GetTypeForDIE()
2809 GetDIEToType()[die.GetDIE()] = resolved_type; in FindCompleteObjCDefinitionTypeForDIE()