Lines Matching refs:DWARFDebugInfo

34 DWARFDebugInfo::DWARFDebugInfo() :  in DWARFDebugInfo()  function in DWARFDebugInfo
45 DWARFDebugInfo::SetDwarfData(SymbolFileDWARF* dwarf2Data) in SetDwarfData()
53 DWARFDebugInfo::GetCompileUnitAranges () in GetCompileUnitAranges()
95 DWARFDebugInfo::LookupAddress in LookupAddress()
142 DWARFDebugInfo::ParseCompileUnitHeadersIfNeeded() in ParseCompileUnitHeadersIfNeeded()
169 DWARFDebugInfo::GetNumCompileUnits() in GetNumCompileUnits()
176 DWARFDebugInfo::GetCompileUnitAtIndex(uint32_t idx) in GetCompileUnitAtIndex()
185 DWARFDebugInfo::ContainsCompileUnit (const DWARFCompileUnit *cu) const in ContainsCompileUnit()
220 DWARFDebugInfo::GetCompileUnit(dw_offset_t cu_offset, uint32_t* idx_ptr) in GetCompileUnit()
241 DWARFDebugInfo::GetCompileUnitContainingDIE(dw_offset_t die_offset) in GetCompileUnitContainingDIE()
280 DWARFDebugInfo::GetDIEPtr(dw_offset_t die_offset, DWARFCompileUnitSP* cu_sp_ptr) in GetDIEPtr()
291 DWARFDebugInfo::GetDIEPtrWithCompileUnitHint (dw_offset_t die_offset, DWARFCompileUnit**cu_handle) in GetDIEPtrWithCompileUnitHint()
314 DWARFDebugInfo::GetDIEPtrContainingOffset(dw_offset_t die_offset, DWARFCompileUnitSP* cu_sp_ptr) in GetDIEPtrContainingOffset()
345 DWARFDebugInfo* debug_info = (DWARFDebugInfo*)userData; in DWARFDebugInfo_ParseCallback()
364 DWARFDebugInfo::AddCompileUnit(DWARFCompileUnitSP& cu) in AddCompileUnit()
391 DWARFDebugInfo::Parse(SymbolFileDWARF* dwarf2Data, Callback callback, void* userData) in Parse()
499 bool show_parents = s->GetFlags().Test(DWARFDebugInfo::eDumpFlag_ShowAncestors); in DumpCallback()
650 DWARFDebugInfo::Dump in Dump()
677 DWARFDebugInfo::Parse(dwarf2Data, DumpCallback, &dumpInfo); in Dump()
688 DWARFDebugInfo::Dump (Stream *s, const uint32_t die_offset, const uint32_t recurse_depth) in Dump()
771 DWARFDebugInfo::Find(const char* name, bool ignore_case, vector<dw_offset_t>& die_offsets) const in Find()
777 DWARFDebugInfo::Parse(m_dwarf2Data, FindCallbackString, &info); in Find()
791 DWARFDebugInfo::Find(RegularExpression& re, vector<dw_offset_t>& die_offsets) const in Find()
795 DWARFDebugInfo::Parse(m_dwarf2Data, FindCallbackString, &info); in Find()