Searched refs:MCAsmLexerCtorFn (Results 1 – 1 of 1) sorted by relevance
184 MCAsmLexerCtorTy MCAsmLexerCtorFn; variable243 bool hasMCAsmLexer() const { return MCAsmLexerCtorFn != 0; } in hasMCAsmLexer()365 if (!MCAsmLexerCtorFn) in createMCAsmLexer()367 return MCAsmLexerCtorFn(*this, MRI, MAI); in createMCAsmLexer()671 if (!T.MCAsmLexerCtorFn) in RegisterMCAsmLexer()672 T.MCAsmLexerCtorFn = Fn; in RegisterMCAsmLexer()