Searched refs:MCAsmParserCtorFn (Results 1 – 1 of 1) sorted by relevance
250 MCAsmParserCtorTy MCAsmParserCtorFn; variable326 bool hasMCAsmParser() const { return MCAsmParserCtorFn != nullptr; } in hasMCAsmParser()423 if (!MCAsmParserCtorFn) in createMCAsmParser()425 return MCAsmParserCtorFn(STI, Parser, MII, Options); in createMCAsmParser()792 T.MCAsmParserCtorFn = Fn; in RegisterMCAsmParser()