Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DTargetRegistry.h359 CustomBehaviourCtorTy CustomBehaviourCtorFn = nullptr; variable
705 if (CustomBehaviourCtorFn) in createCustomBehaviour()
706 return CustomBehaviourCtorFn(STI, SrcMgr, MCII); in createCustomBehaviour()
1085 T.CustomBehaviourCtorFn = Fn; in RegisterCustomBehaviour()