Home
last modified time | relevance | path

Searched refs:GetCompUnitForDWARFCompUnit (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp115 return GetDWARF()->GetCompUnitForDWARFCompUnit(GetCU()); in GetLLDBCompileUnit()
H A DDWARFUnit.cpp515 sc.comp_unit = dwarf->GetCompUnitForDWARFCompUnit(this); in BuildAddressRangeTable()
543 sc.comp_unit = dwarf->GetCompUnitForDWARFCompUnit(this); in BuildAddressRangeTable()
H A DSymbolFileDWARF.cpp1551 SymbolFileDWARF::GetCompUnitForDWARFCompUnit(DWARFUnit *dwarf_cu, in GetCompUnitForDWARFCompUnit() function in SymbolFileDWARF
1574 sc.comp_unit = GetCompUnitForDWARFCompUnit(die.GetCU(), UINT32_MAX); in GetFunction()
1828 sc.comp_unit = GetCompUnitForDWARFCompUnit(dwarf_cu, cu_idx); in ResolveSymbolContext()
1929 CompileUnit *dc_cu = GetCompUnitForDWARFCompUnit(dwarf_cu, cu_idx); in ResolveSymbolContext()
1935 sc.comp_unit = GetCompUnitForDWARFCompUnit(dwarf_cu, cu_idx); in ResolveSymbolContext()
2125 sc.comp_unit = GetCompUnitForDWARFCompUnit(die.GetCU(), UINT32_MAX); in FindGlobalVariables()
2206 sc.comp_unit = GetCompUnitForDWARFCompUnit(die.GetCU(), UINT32_MAX); in FindGlobalVariables()
2650 CompileUnit *lldb_cu = GetCompUnitForDWARFCompUnit(die.GetCU()); in GetTypeForDIE()
H A DSymbolFileDWARF.h273 GetCompUnitForDWARFCompUnit(DWARFUnit *dwarf_cu,