Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h175 using MCAsmParserCtorTy = MCTargetAsmParser *(*)( variable
287 MCAsmParserCtorTy MCAsmParserCtorFn;
852 static void RegisterMCAsmParser(Target &T, Target::MCAsmParserCtorTy Fn) { in RegisterMCAsmParser()