Home
last modified time | relevance | path

Searched refs:m_object_file (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDUnwindTable.cpp30 m_object_file (objfile), in UnwindTable()
53 SectionList* sl = m_object_file.GetSectionList (); in Initialize()
59 m_eh_frame = new DWARFCallFrameInfo(m_object_file, sect, eRegisterKindGCC, true); in Initialize()
64 m_compact_unwind = new CompactUnwindInfo(m_object_file, sect); in Initialize()
147 s.Printf("UnwindTable for '%s':\n", m_object_file.GetFileSpec().GetPath().c_str()); in Dump()
174 return m_object_file.GetArchitecture (arch); in GetArchitecture()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDUnwindTable.h62 ObjectFile& m_object_file; variable