Home | History | Annotate | Download | only in MC

Lines Matching refs:Isa

84     // Isa
85 unsigned Isa;
101 unsigned isa, unsigned discriminator)
102 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa),
121 /// getIsa - Get the Isa of this MCDwarfLoc.
122 unsigned getIsa() const { return Isa; }
139 /// setIsa - Set the Isa of this MCDwarfLoc.
140 void setIsa(unsigned isa) { Isa = isa; }