Searched refs:MCAsmParserCtorFn (Results 1 – 1 of 1) sorted by relevance
188 MCAsmParserCtorTy MCAsmParserCtorFn; variable246 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()