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 54 /// MCDwarfLoc - Instances of this class represent the information from a
56 class MCDwarfLoc {
81 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags,
87 // for an MCDwarfLoc object.
90 /// getFileNum - Get the FileNum of this MCDwarfLoc.
93 /// getLine - Get the Line of this MCDwarfLoc.
96 /// getColumn - Get the Column of this MCDwarfLoc.
99 /// getFlags - Get the Flags of this MCDwarfLoc.
102 /// getIsa - Get the Isa of this MCDwarfLoc.
105 /// getDiscriminator - Get the Discriminator of this MCDwarfLoc
    [all...]
MCContext.h 35 class MCDwarfLoc;
125 MCDwarfLoc CurrentDwarfLoc;
372 const MCDwarfLoc &getCurrentDwarfLoc() { return CurrentDwarfLoc; }
  /external/llvm/lib/MC/
MCContext.cpp 80 CurrentDwarfLoc = MCDwarfLoc(0,0,0,DWARF2_FLAG_IS_STMT,0,0);
MCDwarf.cpp 77 const MCDwarfLoc &DwarfLoc = MCOS->getContext().getCurrentDwarfLoc();
    [all...]

Completed in 4916 milliseconds