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()
275 if (m_comp_unit == nullptr) in GetStartLineSourceInfo()
285 LineTable *line_table = m_comp_unit->GetLineTable(); in GetStartLineSourceInfo()
308 LineTable *line_table = m_comp_unit->GetLineTable(); in GetEndLineSourceInfo()
379 GetName().GetCString(), m_comp_unit->GetPrimaryFile().GetPath())); in GetBlock()
386 CompileUnit *Function::GetCompileUnit() { return m_comp_unit; } in GetCompileUnit()
388 const CompileUnit *Function::GetCompileUnit() const { return m_comp_unit; } in GetCompileUnit()
440 m_comp_unit->CalculateSymbolContext(sc); in CalculateSymbolContext()
492 m_comp_unit->DumpSymbolContext(s); in DumpSymbolContext()
506 if (m_comp_unit) { in GetIsOptimized()
[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().GetSupportFileAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
337 SymbolContext sc(m_comp_unit); in FindLineEntriesForFileIndex()
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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h382 /// Functions belong to CompileUnit objects (Function::m_comp_unit), have
636 CompileUnit *m_comp_unit;
640 CompileUnit *m_comp_unit; global() variable
H A DLineTable.h319 *m_comp_unit; ///< The compile unit that this line table belongs to. variable