Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DTargetRegistry.h351 CustomBehaviourCtorTy CustomBehaviourCtorFn = nullptr; variable
695 if (CustomBehaviourCtorFn) in createCustomBehaviour()
696 return CustomBehaviourCtorFn(STI, SrcMgr, MCII); in createCustomBehaviour()
1064 T.CustomBehaviourCtorFn = Fn; in RegisterCustomBehaviour()