HomeSort by relevance Sort by last modified time
    Searched refs:MCDwarfLoc (Results 1 - 3 of 3) 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 29 class MCDwarfLoc;
102 MCDwarfLoc CurrentDwarfLoc;
280 const MCDwarfLoc &getCurrentDwarfLoc() { return CurrentDwarfLoc; }
  /external/llvm/lib/MC/
MCDwarf.cpp 80 const MCDwarfLoc &DwarfLoc = MCOS->getContext().getCurrentDwarfLoc();
    [all...]

Completed in 32 milliseconds