Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h287 MCAsmParserCtorTy MCAsmParserCtorFn; variable
375 bool hasMCAsmParser() const { return MCAsmParserCtorFn != nullptr; } in hasMCAsmParser()
483 if (!MCAsmParserCtorFn) in createMCAsmParser()
485 return MCAsmParserCtorFn(STI, Parser, MII, Options); in createMCAsmParser()
853 T.MCAsmParserCtorFn = Fn; in RegisterMCAsmParser()