Searched refs:GetCompUnitForDWARFCompUnit (Results 1 – 3 of 3) sorted by relevance
63 sc.comp_unit = m_dwarf.GetCompUnitForDWARFCompUnit(*this); in BuildAddressRangeTable()82 sc.comp_unit = m_dwarf.GetCompUnitForDWARFCompUnit(*this); in BuildAddressRangeTable()
1104 if (CompileUnit *lldb_cu = GetCompUnitForDWARFCompUnit(*dwarf_cu)) in GetFile()1643 SymbolFileDWARF::GetCompUnitForDWARFCompUnit(DWARFCompileUnit &dwarf_cu) { in GetCompUnitForDWARFCompUnit() function in SymbolFileDWARF1648 return non_dwo_cu->GetSymbolFileDWARF().GetCompUnitForDWARFCompUnit( in GetCompUnitForDWARFCompUnit()1671 GetCompUnitForDWARFCompUnit(llvm::cast<DWARFCompileUnit>(*die.GetCU())); in GetFunction()2169 sc.comp_unit = GetCompUnitForDWARFCompUnit(*dwarf_cu); in ResolveSymbolContext()2352 sc.comp_unit = GetCompUnitForDWARFCompUnit(*dwarf_cu); in FindGlobalVariables()2421 sc.comp_unit = GetCompUnitForDWARFCompUnit(*dwarf_cu); in FindGlobalVariables()2828 scope = GetCompUnitForDWARFCompUnit(*dwarf_cu); in GetTypeForDIE()
221 CompileUnit *GetCompUnitForDWARFCompUnit(DWARFCompileUnit &dwarf_cu);