Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFCompileUnit.cpp59 sc.comp_unit = m_dwarf.GetCompUnitForDWARFCompUnit(*this); in BuildAddressRangeTable()
85 sc.comp_unit = m_dwarf.GetCompUnitForDWARFCompUnit(*this); in BuildAddressRangeTable()
DSymbolFileDWARF.cpp908 if (CompileUnit *lldb_cu = GetCompUnitForDWARFCompUnit(*dwarf_cu)) in GetFile()
1513 SymbolFileDWARF::GetCompUnitForDWARFCompUnit(DWARFCompileUnit &dwarf_cu) { in GetCompUnitForDWARFCompUnit() function in SymbolFileDWARF
1518 return non_dwo_cu->GetSymbolFileDWARF().GetCompUnitForDWARFCompUnit( in GetCompUnitForDWARFCompUnit()
1541 GetCompUnitForDWARFCompUnit(llvm::cast<DWARFCompileUnit>(*die.GetCU())); in GetFunction()
1893 sc.comp_unit = GetCompUnitForDWARFCompUnit(*dwarf_cu); in ResolveSymbolContext()
2129 sc.comp_unit = GetCompUnitForDWARFCompUnit(*dwarf_cu); in FindGlobalVariables()
2192 sc.comp_unit = GetCompUnitForDWARFCompUnit(*dwarf_cu); in FindGlobalVariables()
2549 scope = GetCompUnitForDWARFCompUnit(*dwarf_cu); in GetTypeForDIE()
DSymbolFileDWARF.h241 GetCompUnitForDWARFCompUnit(DWARFCompileUnit &dwarf_cu);