Searched refs:MCDwarfLoc (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCDwarf.h54 /// MCDwarfLoc - Instances of this class represent the information from a
56 class MCDwarfLoc { class in namespace:llvm
81 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags, function in class:llvm::MCDwarfLoc
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...]
H A DMCContext.h35 class MCDwarfLoc;
125 MCDwarfLoc CurrentDwarfLoc;
372 const MCDwarfLoc &getCurrentDwarfLoc() { return CurrentDwarfLoc; }
/external/llvm/lib/MC/
H A DMCContext.cpp80 CurrentDwarfLoc = MCDwarfLoc(0,0,0,DWARF2_FLAG_IS_STMT,0,0);
H A DMCDwarf.cpp77 const MCDwarfLoc &DwarfLoc = MCOS->getContext().getCurrentDwarfLoc();

Completed in 222 milliseconds