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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp213 : UserID(func_uid), m_comp_unit(comp_unit), m_type_uid(type_uid),
227 if (m_comp_unit == nullptr)
237 LineTable *line_table = m_comp_unit->GetLineTable();
260 LineTable *line_table = m_comp_unit->GetLineTable();
334 m_comp_unit->GetPrimaryFile().GetPath().c_str());
341 CompileUnit *Function::GetCompileUnit() { return m_comp_unit; }
343 const CompileUnit *Function::GetCompileUnit() const { return m_comp_unit; }
386 m_comp_unit->CalculateSymbolContext(sc);
438 m_comp_unit->DumpSymbolContext(s);
452 if (m_comp_unit) {
[all...]
H A DLineTable.cpp22 : m_comp_unit(comp_unit), m_entries() {}
176 if (so_addr.GetModule().get() == m_comp_unit->GetModule().get()) {
246 ModuleSP module_sp(m_comp_unit->GetModule());
272 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx);
274 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx);
382 SymbolContext sc(m_comp_unit);
421 line_entry.GetDescription(s, level, m_comp_unit, target, true);
452 std::unique_ptr<LineTable> line_table_up(new LineTable(m_comp_unit));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h360 /// Functions belong to CompileUnit objects (Function::m_comp_unit), have
610 CompileUnit *m_comp_unit; ///< The compile unit that owns this function. member in class:lldb_private::Function
H A DLineTable.h311 *m_comp_unit; ///< The compile unit that this line table belongs to. member in class:lldb_private::LineTable

Completed in 114 milliseconds