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 100 friend class MCLineEntry;
149 /// MCLineEntry - Instances of this class represent the line information for
154 class MCLineEntry : public MCDwarfLoc {
159 // for an MCLineEntry object.
162 // Constructor to create an MCLineEntry given a symbol and the dwarf loc.
163 MCLineEntry(MCSymbol *label, const MCDwarfLoc loc) : MCDwarfLoc(loc),
190 void addLineEntry(const MCLineEntry &LineEntry, unsigned CUID) {
194 typedef std::vector<MCLineEntry> MCLineEntryCollection;
200 // A collection of MCLineEntry for each Compile Unit ID.
209 // Returns the collection of MCLineEntry for a given Compile Unit ID
    [all...]
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 188 MCLineEntry::Make(this, getCurrentSection());
MCDwarf.cpp 71 void MCLineEntry::Make(MCStreamer *MCOS, const MCSection *Section) {
77 // Set the value of the symbol to use for the MCLineEntry.
84 MCLineEntry LineEntry(LineSym, DwarfLoc);
148 // Loop through each MCLineEntry and encode the dwarf line number table.
234 // Now delete the MCLineSections that were created in MCLineEntry::Make()
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 708 MCLineEntry::Make(&OutStreamer, getCurrentSection());
    [all...]

Completed in 45 milliseconds