Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DTargetRegistry.h188 MCAsmParserCtorTy MCAsmParserCtorFn; variable
246 bool hasMCAsmParser() const { return MCAsmParserCtorFn != 0; } in hasMCAsmParser()
376 if (!MCAsmParserCtorFn) in createMCAsmParser()
378 return MCAsmParserCtorFn(STI, Parser); in createMCAsmParser()
685 if (!T.MCAsmParserCtorFn) in RegisterMCAsmParser()
686 T.MCAsmParserCtorFn = Fn; in RegisterMCAsmParser()