Home | History | Annotate | Download | only in MC

Lines Matching defs:MCDwarfLoc

75   /// MCDwarfLoc - Instances of this class represent the information from a
77 class MCDwarfLoc {
102 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags,
108 // for an MCDwarfLoc object.
111 /// getFileNum - Get the FileNum of this MCDwarfLoc.
114 /// getLine - Get the Line of this MCDwarfLoc.
117 /// getColumn - Get the Column of this MCDwarfLoc.
120 /// getFlags - Get the Flags of this MCDwarfLoc.
123 /// getIsa - Get the Isa of this MCDwarfLoc.
126 /// getDiscriminator - Get the Discriminator of this MCDwarfLoc.
129 /// setFileNum - Set the FileNum of this MCDwarfLoc.
132 /// setLine - Set the Line of this MCDwarfLoc.
135 /// setColumn - Set the Column of this MCDwarfLoc.
138 /// setFlags - Set the Flags of this MCDwarfLoc.
141 /// setIsa - Set the Isa of this MCDwarfLoc.
144 /// setDiscriminator - Set the Discriminator of this MCDwarfLoc.
155 class MCLineEntry : public MCDwarfLoc {
164 MCLineEntry(MCSymbol *label, const MCDwarfLoc loc) : MCDwarfLoc(loc),