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 75 friend class MCLineEntry;
138 class MCLineEntry : public MCDwarfLoc {
143 // for an MCLineEntry object.
146 // Constructor to create an MCLineEntry given a symbol and the dwarf loc.
147 MCLineEntry(MCSymbol *label, const MCDwarfLoc loc)
165 void addLineEntry(const MCLineEntry &LineEntry, MCSection *Sec) {
169 typedef std::vector<MCLineEntry> MCLineEntryCollection;
175 // A collection of MCLineEntry for each section.
179 // Returns the collection of MCLineEntry for a given Compile Unit ID.
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 130 MCLineEntry::Make(this, getCurrentSection().first);
237 MCLineEntry::Make(this, getCurrentSection().first);
306 MCLineEntry::Make(this, getCurrentSection().first);
368 MCLineEntry::Make(this, getCurrentSection().first);
MCDwarf.cpp 49 void MCLineEntry::Make(MCObjectStreamer *MCOS, MCSection *Section) {
55 // Set the value of the symbol to use for the MCLineEntry.
62 MCLineEntry LineEntry(LineSym, DwarfLoc);
110 // Loop through each MCLineEntry and encode the dwarf line number table.
    [all...]

Completed in 41 milliseconds