class MCLineSection
Declaration
class MCLineSection { /* full declaration omitted */ };
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.
Declared at: llvm/include/llvm/MC/MCDwarf.h:177
Method Overview
- public void addLineEntry(const llvm::MCDwarfLineEntry & LineEntry, llvm::MCSection * Sec)
- public const llvm::MCLineSection::MCLineDivisionMap & getMCLineEntries() const
Methods
¶void addLineEntry(
const llvm::MCDwarfLineEntry& LineEntry,
llvm::MCSection* Sec)
void addLineEntry(
const llvm::MCDwarfLineEntry& LineEntry,
llvm::MCSection* Sec)
Declared at: llvm/include/llvm/MC/MCDwarf.h:180
Parameters
- const llvm::MCDwarfLineEntry& LineEntry
- llvm::MCSection* Sec
¶const llvm::MCLineSection::MCLineDivisionMap&
getMCLineEntries() const
const llvm::MCLineSection::MCLineDivisionMap&
getMCLineEntries() const
Declared at: llvm/include/llvm/MC/MCDwarf.h:195