Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h344 CustomBehaviourCtorTy CustomBehaviourCtorFn = nullptr; variable
619 if (CustomBehaviourCtorFn) in createCustomBehaviour()
620 return CustomBehaviourCtorFn(STI, SrcMgr, MCII); in createCustomBehaviour()
1002 T.CustomBehaviourCtorFn = Fn; in RegisterCustomBehaviour()