Searched refs:DWARFCallFrameInfo (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindTable.h30 lldb_private::DWARFCallFrameInfo *
62 DWARFCallFrameInfo* m_eh_frame;
H A DDWARFCallFrameInfo.h1 //===-- DWARFCallFrameInfo.h ------------------------------------*- C++ -*-===//
28 // DWARFCallFrameInfo is a class which can read eh_frame and DWARF
35 class DWARFCallFrameInfo class in namespace:lldb_private
39 DWARFCallFrameInfo (ObjectFile& objfile,
44 ~DWARFCallFrameInfo();
53 // in the FDE of this DWARFCallFrameInfo section.
/freebsd-10.1-release/lib/clang/liblldbSymbol/
H A DMakefile17 DWARFCallFrameInfo.cpp \
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp1 //===-- DWARFCallFrameInfo.cpp ----------------------------------*- C++ -*-===//
22 #include "lldb/Symbol/DWARFCallFrameInfo.h"
31 DWARFCallFrameInfo::DWARFCallFrameInfo(ObjectFile& objfile, SectionSP& section_sp, lldb::RegisterKind reg_kind, bool is_eh_frame) : function in class:DWARFCallFrameInfo
45 DWARFCallFrameInfo::~DWARFCallFrameInfo()
51 DWARFCallFrameInfo::GetUnwindPlan (Address addr, UnwindPlan& unwind_plan)
56 // as this DWARFCallFrameInfo, we only store File offsets in m_fde_index.
67 DWARFCallFrameInfo::GetAddressRange (Address addr, AddressRange &range)
71 // as this DWARFCallFrameInfo, w
[all...]
H A DUnwindTable.cpp19 #include "lldb/Symbol/DWARFCallFrameInfo.h"
53 m_eh_frame = new DWARFCallFrameInfo(m_object_file, sect, eRegisterKindGCC, true);
148 DWARFCallFrameInfo *
H A DFuncUnwinders.cpp13 #include "lldb/Symbol/DWARFCallFrameInfo.h"
86 DWARFCallFrameInfo *eh_frame = m_unwind_table.GetEHFrameInfo();
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h74 class DWARFCallFrameInfo;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp20 #include "lldb/Symbol/DWARFCallFrameInfo.h"
744 DWARFCallFrameInfo *eh_frame = pc_module_sp && pc_module_sp->GetObjectFile() ?
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp25 #include "lldb/Symbol/DWARFCallFrameInfo.h"
1604 if (DWARFCallFrameInfo *eh_frame = GetUnwindTable().GetEHFrameInfo())

Completed in 141 milliseconds