Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp261 : UserID(func_uid), m_comp_unit(comp_unit), m_type_uid(type_uid), in Function()
280 if (m_comp_unit == nullptr) in GetStartLineSourceInfo()
291 LineTable *line_table = m_comp_unit->GetLineTable(); in GetStartLineSourceInfo()
308 LineTable *line_table = m_comp_unit->GetLineTable(); in GetSourceInfo()
390 GetName().GetCString(), m_comp_unit->GetPrimaryFile().GetPath())); in GetBlock()
397 CompileUnit *Function::GetCompileUnit() { return m_comp_unit; } in GetCompileUnit()
399 const CompileUnit *Function::GetCompileUnit() const { return m_comp_unit; } in GetCompileUnit()
452 m_comp_unit->CalculateSymbolContext(sc); in CalculateSymbolContext()
503 m_comp_unit->DumpSymbolContext(s); in DumpSymbolContext()
517 if (m_comp_unit) { in GetIsOptimized()
[all …]
H A DLineTable.cpp22 : m_comp_unit(comp_unit), m_entries() {} in LineTable()
25 : m_comp_unit(comp_unit), m_entries() { in LineTable()
167 if (so_addr.GetModule() != m_comp_unit->GetModule()) in lower_bound()
236 ModuleSP module_sp(m_comp_unit->GetModule()); in ConvertEntryAtIndexToLineEntry()
262 m_comp_unit->GetSupportFiles().GetSupportFileAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
264 m_comp_unit->GetSupportFiles().GetSupportFileAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
307 SymbolContext sc(m_comp_unit); in FindLineEntriesForFileIndex()
346 line_entry.GetDescription(s, level, m_comp_unit, target, true); in GetDescription()
377 std::unique_ptr<LineTable> line_table_up(new LineTable(m_comp_unit)); in LinkLineTable()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h642 CompileUnit *m_comp_unit; variable
H A DLineTable.h333 *m_comp_unit; ///< The compile unit that this line table belongs to. variable