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

  /external/llvm/include/llvm/MC/
MCDwarf.h 99 friend class MCLineEntry;
148 /// MCLineEntry - Instances of this class represent the line information for
153 class MCLineEntry : public MCDwarfLoc {
158 // for an MCLineEntry object.
161 // Constructor to create an MCLineEntry given a symbol and the dwarf loc.
162 MCLineEntry(MCSymbol *label, const MCDwarfLoc loc) : MCDwarfLoc(loc),
189 void addLineEntry(const MCLineEntry &LineEntry) {
193 typedef std::vector<MCLineEntry> MCLineEntryCollection;
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 172 MCLineEntry::Make(this, getCurrentSection());
MCDwarf.cpp 70 void MCLineEntry::Make(MCStreamer *MCOS, const MCSection *Section) {
76 // Set the value of the symbol to use for the MCLineEntry.
83 MCLineEntry LineEntry(LineSym, DwarfLoc);
141 // Loop through each MCLineEntry and encode the dwarf line number table.
305 // Now delete the MCLineSections that were created in MCLineEntry::Make()
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 718 MCLineEntry::Make(&OutStreamer, getCurrentSection());
    [all...]

Completed in 99 milliseconds