|
LLVM
8.0.1
|
Instances of this class represent the line information for a compile unit where machine instructions have been assembled after seeing .loc directives. More...
#include "llvm/MC/MCDwarf.h"
Public Types | |
| using | MCDwarfLineEntryCollection = std::vector< MCDwarfLineEntry > |
| using | iterator = MCDwarfLineEntryCollection::iterator |
| using | const_iterator = MCDwarfLineEntryCollection::const_iterator |
| using | MCLineDivisionMap = MapVector< MCSection *, MCDwarfLineEntryCollection > |
Public Member Functions | |
| void | addLineEntry (const MCDwarfLineEntry &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.
| using llvm::MCLineSection::const_iterator = MCDwarfLineEntryCollection::const_iterator |
| using llvm::MCLineSection::iterator = MCDwarfLineEntryCollection::iterator |
| using llvm::MCLineSection::MCDwarfLineEntryCollection = std::vector<MCDwarfLineEntry> |
|
inline |
|
inline |
1.8.13