LLVM: llvm::MCLineSection Class Reference (original) (raw)

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](MCDwarf%5F8h%5Fsource.html)"

Detailed Description

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.

Definition at line 237 of file MCDwarf.h.

Member Typedef Documentation

const_iterator

using llvm::MCLineSection::const_iterator = MCDwarfLineEntryCollection::const_iterator

iterator

using llvm::MCLineSection::iterator = MCDwarfLineEntryCollection::iterator

MCDwarfLineEntryCollection

MCLineDivisionMap

Member Function Documentation

addEndEntry()

void MCLineSection::addEndEntry ( MCSymbol * EndLabel )

addLineEntry()

getMCLineEntries()

const MCLineDivisionMap & llvm::MCLineSection::getMCLineEntries ( ) const inline

The documentation for this class was generated from the following files: