|
LLVM
3.7.0
|
Instances of this class represent the line information for a compile unit where machine instructions have been assembled after seeing .loc directives. More...
#include <MCDwarf.h>
Public Types | |
| typedef std::vector< MCLineEntry > | MCLineEntryCollection |
| typedef MCLineEntryCollection::iterator | iterator |
| typedef MCLineEntryCollection::const_iterator | const_iterator |
| typedef MapVector< MCSection *, MCLineEntryCollection > | MCLineDivisionMap |
Public Member Functions | |
| void | addLineEntry (const MCLineEntry &LineEntry, MCSection *Sec) |
| const MCLineDivisionMap & | getMCLineEntries () const |
Instances of this class represent the line information for a compile unit where machine instructions have been assembled after seeing .loc directives.
This is the information used to build the dwarf line table for a section.
| typedef MCLineEntryCollection::const_iterator llvm::MCLineSection::const_iterator |
| typedef MCLineEntryCollection::iterator llvm::MCLineSection::iterator |
| typedef std::vector<MCLineEntry> llvm::MCLineSection::MCLineEntryCollection |
|
inline |
|
inline |
Definition at line 180 of file MCDwarf.h.
Referenced by llvm::MCDwarfLineTable::EmitCU().
1.8.6