Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTargetRegistry.h176 MCAsmLexerCtorTy MCAsmLexerCtorFn; variable
235 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()