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.h369 CustomBehaviourCtorTy CustomBehaviourCtorFn = nullptr; variable
722 if (CustomBehaviourCtorFn) in createCustomBehaviour()
723 return CustomBehaviourCtorFn(STI, SrcMgr, MCII); in createCustomBehaviour()
1105 T.CustomBehaviourCtorFn = Fn; in RegisterCustomBehaviour()