Searched refs:MCAsmParserCtorFn (Results 1 – 3 of 3) sorted by relevance
180 MCAsmParserCtorTy MCAsmParserCtorFn; variable238 bool hasMCAsmParser() const { return MCAsmParserCtorFn != 0; } in hasMCAsmParser()365 if (!MCAsmParserCtorFn) in createMCAsmParser()367 return MCAsmParserCtorFn(STI, Parser); in createMCAsmParser()671 if (!T.MCAsmParserCtorFn) in RegisterMCAsmParser()672 T.MCAsmParserCtorFn = Fn; in RegisterMCAsmParser()
245 MCAsmParserCtorTy MCAsmParserCtorFn; variable321 bool hasMCAsmParser() const { return MCAsmParserCtorFn != nullptr; } in hasMCAsmParser()418 if (!MCAsmParserCtorFn) in createMCAsmParser()420 return MCAsmParserCtorFn(STI, Parser, MII, Options); in createMCAsmParser()783 T.MCAsmParserCtorFn = Fn; in RegisterMCAsmParser()
207 MCAsmParserCtorTy MCAsmParserCtorFn; variable382 if (!MCAsmParserCtorFn) in createMCAsmParser()384 return MCAsmParserCtorFn(STI, Parser, MII, Options); in createMCAsmParser()729 T.MCAsmParserCtorFn = Fn; in RegisterMCAsmParser()