Searched refs:DWARFDebugInfo (Results 1 – 8 of 8) sorted by relevance
34 DWARFDebugInfo::DWARFDebugInfo() : in DWARFDebugInfo() function in DWARFDebugInfo45 DWARFDebugInfo::SetDwarfData(SymbolFileDWARF* dwarf2Data) in SetDwarfData()53 DWARFDebugInfo::GetCompileUnitAranges () in GetCompileUnitAranges()112 DWARFDebugInfo::LookupAddress in LookupAddress()159 DWARFDebugInfo::ParseCompileUnitHeadersIfNeeded() in ParseCompileUnitHeadersIfNeeded()186 DWARFDebugInfo::GetNumCompileUnits() in GetNumCompileUnits()193 DWARFDebugInfo::GetCompileUnitAtIndex(uint32_t idx) in GetCompileUnitAtIndex()202 DWARFDebugInfo::ContainsCompileUnit (const DWARFCompileUnit *cu) const in ContainsCompileUnit()237 DWARFDebugInfo::GetCompileUnit(dw_offset_t cu_offset, uint32_t* idx_ptr) in GetCompileUnit()258 DWARFDebugInfo::GetCompileUnitContainingDIE(dw_offset_t die_offset) in GetCompileUnitContainingDIE()[all …]
26 class DWARFDebugInfo37 DWARFDebugInfo();86 DISALLOW_COPY_AND_ASSIGN (DWARFDebugInfo);
76 DWARFDebugInfo* debug_info = dwarf2Data->DebugInfo(); in GeneratePubnames()217 DWARFDebugInfo* debug_info = dwarf2Data->DebugInfo(); in GeneratePubBaseTypes()
329 DWARFDebugInfo* info = DebugInfo(); in GetTypes()827 DWARFDebugInfo*835 m_info.reset(new DWARFDebugInfo()); in DebugInfo()845 const DWARFDebugInfo*854 DWARFDebugInfo* info = DebugInfo(); in GetDWARFCompileUnit()983 DWARFDebugInfo* info = DebugInfo(); in GetNumCompileUnits()993 DWARFDebugInfo* info = DebugInfo(); in ParseCompileUnitAtIndex()2260 DWARFDebugInfo* debug_info = DebugInfo(); in GetClangDeclContextContainingTypeUID()2284 DWARFDebugInfo* debug_info = DebugInfo(); in ResolveTypeUID()2389 DWARFDebugInfo* debug_info = DebugInfo(); in ResolveClangOpaqueTypeDefinition()[all …]
53 class DWARFDebugInfo; variable219 DWARFDebugInfo* DebugInfo();220 const DWARFDebugInfo* DebugInfo() const;585 std::unique_ptr<DWARFDebugInfo> m_info;
93 DWARFDebugInfo* debug_info = dwarf2Data->DebugInfo(); in Generate()
1066 bool show_form = s.GetFlags().Test(DWARFDebugInfo::eDumpFlag_ShowForm); in DumpAttribute()
14 DWARFDebugInfo.cpp \