Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugInfo.cpp258 DWARFDebugInfo::GetCompileUnitContainingDIE(dw_offset_t die_offset) in GetCompileUnitContainingDIE() function in DWARFDebugInfo
299 DWARFCompileUnitSP cu_sp(GetCompileUnitContainingDIE(die_offset)); in GetDIEPtr()
317 DWARFCompileUnitSP cu_sp (GetCompileUnitContainingDIE(die_offset)); in GetDIEPtrWithCompileUnitHint()
333 DWARFCompileUnitSP cu_sp(GetCompileUnitContainingDIE(die_offset)); in GetDIEPtrContainingOffset()
HDDWARFDebugInfo.h52 DWARFCompileUnitSP GetCompileUnitContainingDIE(dw_offset_t die_offset);
HDSymbolFileDWARF.cpp2391 DWARFCompileUnit *dwarf_cu = debug_info->GetCompileUnitContainingDIE (die->GetOffset()).get(); in ResolveClangOpaqueTypeDefinition()
7215 … DWARFCompileUnit* dwarf_cu = info->GetCompileUnitContainingDIE(sc.function->GetID()).get(); in ParseVariablesForContext()