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 73 /// MCDwarfLoc - Instances of this class represent the information from a
75 class MCDwarfLoc {
100 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags,
106 // for an MCDwarfLoc object.
109 /// getFileNum - Get the FileNum of this MCDwarfLoc.
112 /// getLine - Get the Line of this MCDwarfLoc.
115 /// getColumn - Get the Column of this MCDwarfLoc.
118 /// getFlags - Get the Flags of this MCDwarfLoc.
121 /// getIsa - Get the Isa of this MCDwarfLoc.
124 /// getDiscriminator - Get the Discriminator of this MCDwarfLoc
    [all...]
MCContext.h 32 class MCDwarfLoc;
116 MCDwarfLoc CurrentDwarfLoc;
361 const MCDwarfLoc &getCurrentDwarfLoc() { return CurrentDwarfLoc; }
  /external/llvm/lib/MC/
MCContext.cpp 92 CurrentDwarfLoc = MCDwarfLoc(0,0,0,DWARF2_FLAG_IS_STMT,0,0);
MCDwarf.cpp 75 const MCDwarfLoc &DwarfLoc = MCOS->getContext().getCurrentDwarfLoc();
    [all...]

Completed in 160 milliseconds