Home
last modified time | relevance | path

Searched refs:GetCompileUnitContainingDIE (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfo.cpp241 DWARFDebugInfo::GetCompileUnitContainingDIE(dw_offset_t die_offset) in GetCompileUnitContainingDIE() function in DWARFDebugInfo
282 DWARFCompileUnitSP cu_sp(GetCompileUnitContainingDIE(die_offset)); in GetDIEPtr()
300 DWARFCompileUnitSP cu_sp (GetCompileUnitContainingDIE(die_offset)); in GetDIEPtrWithCompileUnitHint()
316 DWARFCompileUnitSP cu_sp(GetCompileUnitContainingDIE(die_offset)); in GetDIEPtrContainingOffset()
DDWARFDebugInfo.h52 DWARFCompileUnitSP GetCompileUnitContainingDIE(dw_offset_t die_offset);
DSymbolFileDWARF.cpp2373 DWARFCompileUnit *dwarf_cu = debug_info->GetCompileUnitContainingDIE (die->GetOffset()).get(); in ResolveClangOpaqueTypeDefinition()
7124 … DWARFCompileUnit* dwarf_cu = info->GetCompileUnitContainingDIE(sc.function->GetID()).get(); in ParseVariablesForContext()