Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h373 InstrPostProcessCtorTy InstrPostProcessCtorFn = nullptr; variable
731 if (InstrPostProcessCtorFn) in createInstrPostProcess()
732 return InstrPostProcessCtorFn(STI, MCII); in createInstrPostProcess()
1119 T.InstrPostProcessCtorFn = Fn; in RegisterInstrPostProcess()