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

  /external/llvm/include/llvm/MC/
MCDwarf.h 74 /// MCDwarfLoc - Instances of this class represent the information from a
76 class MCDwarfLoc {
101 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags,
107 // for an MCDwarfLoc object.
110 /// getFileNum - Get the FileNum of this MCDwarfLoc.
113 /// getLine - Get the Line of this MCDwarfLoc.
116 /// getColumn - Get the Column of this MCDwarfLoc.
119 /// getFlags - Get the Flags of this MCDwarfLoc.
122 /// getIsa - Get the Isa of this MCDwarfLoc.
125 /// getDiscriminator - Get the Discriminator of this MCDwarfLoc
    [all...]
MCContext.h 31 class MCDwarfLoc;
114 MCDwarfLoc CurrentDwarfLoc;
361 const MCDwarfLoc &getCurrentDwarfLoc() { return CurrentDwarfLoc; }
  /external/llvm/lib/MC/
MCContext.cpp 88 CurrentDwarfLoc = MCDwarfLoc(0,0,0,DWARF2_FLAG_IS_STMT,0,0);
MCDwarf.cpp 81 const MCDwarfLoc &DwarfLoc = MCOS->getContext().getCurrentDwarfLoc();
    [all...]

Completed in 229 milliseconds