Searched refs:MCAsmLexerCtorFn (Results 1 – 1 of 1) sorted by relevance
176 MCAsmLexerCtorTy MCAsmLexerCtorFn; variable235 bool hasMCAsmLexer() const { return MCAsmLexerCtorFn != 0; } in hasMCAsmLexer()354 if (!MCAsmLexerCtorFn) in createMCAsmLexer()356 return MCAsmLexerCtorFn(*this, MRI, MAI); in createMCAsmLexer()657 if (!T.MCAsmLexerCtorFn) in RegisterMCAsmLexer()658 T.MCAsmLexerCtorFn = Fn; in RegisterMCAsmLexer()