Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DFunction.cpp249 if (m_comp_unit == nullptr) in GetStartLineSourceInfo()
259 LineTable *line_table = m_comp_unit->GetLineTable(); in GetStartLineSourceInfo()
282 LineTable *line_table = m_comp_unit->GetLineTable(); in GetEndLineSourceInfo()
360 CompileUnit *Function::GetCompileUnit() { return m_comp_unit; } in GetCompileUnit()
405 m_comp_unit->CalculateSymbolContext(sc); in CalculateSymbolContext()
457 m_comp_unit->DumpSymbolContext(s); in DumpSymbolContext()
471 if (m_comp_unit) { in GetIsOptimized()
472 result = m_comp_unit->GetIsOptimized(); in GetIsOptimized()
532 LineTable *line_table = m_comp_unit->GetLineTable(); in GetPrologueByteSize()
648 if (m_comp_unit) in GetLanguage()
[all …]
H A DLineTable.cpp22 : m_comp_unit(comp_unit), m_entries() {} in LineTable()
26 : m_comp_unit(comp_unit), m_entries() { in LineTable()
196 if (so_addr.GetModule().get() == m_comp_unit->GetModule().get()) { in FindLineEntryByAddress()
266 ModuleSP module_sp(m_comp_unit->GetModule()); in ConvertEntryAtIndexToLineEntry()
292 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
294 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
337 SymbolContext sc(m_comp_unit); in FineLineEntriesForFileIndex()
376 line_entry.GetDescription(s, level, m_comp_unit, target, true); in GetDescription()
407 std::unique_ptr<LineTable> line_table_up(new LineTable(m_comp_unit)); in LinkLineTable()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DFunction.h640 CompileUnit *m_comp_unit; variable
H A DLineTable.h319 *m_comp_unit; ///< The compile unit that this line table belongs to. variable