Home
last modified time | relevance | path

Searched refs:MCAsmLexerCtorFn (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
DTargetRegistry.h184 MCAsmLexerCtorTy MCAsmLexerCtorFn; variable
243 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()