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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp73 sc.comp_unit = m_dwarf.GetCompUnitForDWARFCompUnit(*this);
99 sc.comp_unit = m_dwarf.GetCompUnitForDWARFCompUnit(*this);
H A DSymbolFileDWARF.cpp873 if (CompileUnit *lldb_cu = GetCompUnitForDWARFCompUnit(*dwarf_cu))
1475 SymbolFileDWARF::GetCompUnitForDWARFCompUnit(DWARFCompileUnit &dwarf_cu) { function in class:SymbolFileDWARF
1498 GetCompUnitForDWARFCompUnit(llvm::cast<DWARFCompileUnit>(*die.GetCU()));
1832 sc.comp_unit = GetCompUnitForDWARFCompUnit(*dwarf_cu);
2131 sc.comp_unit = GetCompUnitForDWARFCompUnit(*dwarf_cu);
2216 sc.comp_unit = GetCompUnitForDWARFCompUnit(*dwarf_cu);
2635 scope = GetCompUnitForDWARFCompUnit(*dwarf_cu);
H A DSymbolFileDWARF.h244 GetCompUnitForDWARFCompUnit(DWARFCompileUnit &dwarf_cu);

Completed in 72 milliseconds