Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetRegistry.h263 MCAsmParserCtorTy MCAsmParserCtorFn; variable
340 bool hasMCAsmParser() const { return MCAsmParserCtorFn != nullptr; } in hasMCAsmParser()
450 if (!MCAsmParserCtorFn) in createMCAsmParser()
452 return MCAsmParserCtorFn(STI, Parser, MII, Options); in createMCAsmParser()
843 T.MCAsmParserCtorFn = Fn; in RegisterMCAsmParser()