10 #ifndef LLVM_DEBUGINFO_DWARFDEBUGFRAME_H
11 #define LLVM_DEBUGINFO_DWARFDEBUGFRAME_H
38 typedef std::vector<FrameEntry *> EntryVector;
A parsed .debug_frame section.
void parse(DataExtractor Data)
Parse the section from raw data. data is assumed to be pointing to the beginning of the section...
void dump(raw_ostream &OS) const
Dump the section data into the given stream.