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

/external/llvm/include/llvm/MC/
H A DMCDwarf.h73 /// MCDwarfLoc - Instances of this class represent the information from a
75 class MCDwarfLoc { class in namespace:llvm
100 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags, function in class:llvm::MCDwarfLoc
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...]

Completed in 67 milliseconds