Searched refs:MCLineEntry (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCDwarf.h80 friend class MCLineEntry;
129 /// MCLineEntry - Instances of this class represent the line information for
134 class MCLineEntry : public MCDwarfLoc { class in namespace:llvm
139 // for an MCLineEntry object.
142 // Constructor to create an MCLineEntry given a symbol and the dwarf loc.
143 MCLineEntry(MCSymbol *label, const MCDwarfLoc loc) function in class:llvm::MCLineEntry
161 void addLineEntry(const MCLineEntry &LineEntry, const MCSection *Sec) {
165 typedef std::vector<MCLineEntry> MCLineEntryCollection;
171 // A collection of MCLineEntry for each section.
175 // Returns the collection of MCLineEntry fo
[all...]
/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp101 MCLineEntry::Make(this, getCurrentSection().first);
196 MCLineEntry::Make(this, getCurrentSection().first);
263 MCLineEntry::Make(this, getCurrentSection().first);
300 MCLineEntry::Make(this, getCurrentSection().first);
H A DMCDwarf.cpp67 void MCLineEntry::Make(MCObjectStreamer *MCOS, const MCSection *Section) {
73 // Set the value of the symbol to use for the MCLineEntry.
80 MCLineEntry LineEntry(LineSym, DwarfLoc);
128 // Loop through each MCLineEntry and encode the dwarf line number table.

Completed in 123 milliseconds