HomeSort by relevance Sort by last modified time
    Searched refs:MCLineEntry (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCDwarf.h 80 friend class MCLineEntry;
129 /// MCLineEntry - Instances of this class represent the line information for
134 class MCLineEntry : public MCDwarfLoc {
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)
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 for a given Compile Unit ID
    [all...]
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 101 MCLineEntry::Make(this, getCurrentSection().first);
196 MCLineEntry::Make(this, getCurrentSection().first);
263 MCLineEntry::Make(this, getCurrentSection().first);
300 MCLineEntry::Make(this, getCurrentSection().first);
MCDwarf.cpp 67 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.
    [all...]

Completed in 1022 milliseconds