Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDFunction.cpp214 m_comp_unit (comp_unit), in Function()
238 m_comp_unit (comp_unit), in Function()
263 if (m_comp_unit == nullptr) in GetStartLineSourceInfo()
273 LineTable *line_table = m_comp_unit->GetLineTable(); in GetStartLineSourceInfo()
297 LineTable *line_table = m_comp_unit->GetLineTable(); in GetEndLineSourceInfo()
325 m_comp_unit->GetPath().c_str()); in GetBlock()
335 return m_comp_unit; in GetCompileUnit()
341 return m_comp_unit; in GetCompileUnit()
386 m_comp_unit->CalculateSymbolContext(sc); in CalculateSymbolContext()
458 m_comp_unit->DumpSymbolContext(s); in DumpSymbolContext()
[all …]
HDLineTable.cpp25 m_comp_unit(comp_unit), in LineTable()
201 if (so_addr.GetModule().get() == m_comp_unit->GetModule().get()) in FindLineEntryByAddress()
276 ModuleSP module_sp (m_comp_unit->GetModule()); in ConvertEntryAtIndexToLineEntry()
284 line_entry.file = m_comp_unit->GetSupportFiles().GetFileSpecAtIndex (entry.file_idx); in ConvertEntryAtIndexToLineEntry()
417 SymbolContext sc (m_comp_unit); in FineLineEntriesForFileIndex()
463 line_entry.GetDescription (s, level, m_comp_unit, target, true); in GetDescription()
502 std::unique_ptr<LineTable> line_table_ap (new LineTable (m_comp_unit)); in LinkLineTable()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDFunction.h642 CompileUnit *m_comp_unit; ///< The compile unit that owns this function. variable
HDLineTable.h390 CompileUnit* m_comp_unit; ///< The compile unit that this line table belongs to. variable