Lines Matching refs:SymbolFileDWARFDwo

23 SymbolFileDWARFDwo::SymbolFileDWARFDwo(ObjectFileSP objfile,  in SymbolFileDWARFDwo()  function in SymbolFileDWARFDwo
30 void SymbolFileDWARFDwo::LoadSectionData(lldb::SectionType sect_type, in LoadSectionData()
55 SymbolFileDWARFDwo::ParseCompileUnit(DWARFUnit *dwarf_cu, in ParseCompileUnit()
63 DWARFUnit *SymbolFileDWARFDwo::GetCompileUnit() { in GetCompileUnit()
72 SymbolFileDWARFDwo::GetDWARFCompileUnit(lldb_private::CompileUnit *comp_unit) { in GetDWARFCompileUnit()
76 SymbolFileDWARF::DIEToTypePtr &SymbolFileDWARFDwo::GetDIEToType() { in GetDIEToType()
80 SymbolFileDWARF::DIEToVariableSP &SymbolFileDWARFDwo::GetDIEToVariable() { in GetDIEToVariable()
85 SymbolFileDWARFDwo::GetForwardDeclDieToClangType() { in GetForwardDeclDieToClangType()
90 SymbolFileDWARFDwo::GetForwardDeclClangTypeToDie() { in GetForwardDeclClangTypeToDie()
94 size_t SymbolFileDWARFDwo::GetObjCMethodDIEOffsets( in GetObjCMethodDIEOffsets()
100 UniqueDWARFASTTypeMap &SymbolFileDWARFDwo::GetUniqueDWARFASTTypeMap() { in GetUniqueDWARFASTTypeMap()
104 lldb::TypeSP SymbolFileDWARFDwo::FindDefinitionTypeForDWARFDeclContext( in FindDefinitionTypeForDWARFDeclContext()
110 lldb::TypeSP SymbolFileDWARFDwo::FindCompleteObjCDefinitionTypeForDIE( in FindCompleteObjCDefinitionTypeForDIE()
117 DWARFUnit *SymbolFileDWARFDwo::GetBaseCompileUnit() { in GetBaseCompileUnit()
121 const DWARFDataExtractor &SymbolFileDWARFDwo::get_debug_abbrev_data() { in get_debug_abbrev_data()
126 const DWARFDataExtractor &SymbolFileDWARFDwo::get_debug_addr_data() { in get_debug_addr_data()
139 const DWARFDataExtractor &SymbolFileDWARFDwo::get_debug_info_data() { in get_debug_info_data()
143 const DWARFDataExtractor &SymbolFileDWARFDwo::get_debug_str_data() { in get_debug_str_data()
147 const DWARFDataExtractor &SymbolFileDWARFDwo::get_debug_str_offsets_data() { in get_debug_str_offsets_data()
152 SymbolFileDWARF *SymbolFileDWARFDwo::GetBaseSymbolFile() { in GetBaseSymbolFile()
157 SymbolFileDWARFDwo::GetLocationListFormat() const { in GetLocationListFormat()
162 SymbolFileDWARFDwo::GetTypeSystemForLanguage(LanguageType language) { in GetTypeSystemForLanguage()
167 SymbolFileDWARFDwo::GetDIE(const DIERef &die_ref) { in GetDIE()