10 #ifndef LLVM_LIB_DEBUGINFO_DWARFDEBUGFRAME_H
11 #define LLVM_LIB_DEBUGINFO_DWARFDEBUGFRAME_H
39 std::vector<std::unique_ptr<FrameEntry>> Entries;
A parsed .debug_frame or .eh_frame section.
DWARFDebugFrame(bool IsEH)
void parse(DataExtractor Data)
Parse the section from raw data.
This class implements an extremely fast bulk output stream that can only output to a stream...
void dump(raw_ostream &OS) const
Dump the section data into the given stream.