Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h256 MCAsmInfoCtorFnTy MCAsmInfoCtorFn; variable
390 if (!MCAsmInfoCtorFn) in createMCAsmInfo()
392 return MCAsmInfoCtorFn(MRI, Triple(TheTriple), Options); in createMCAsmInfo()
754 T.MCAsmInfoCtorFn = Fn; in RegisterMCAsmInfo()