Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DTargetRegistry.h355 InstrPostProcessCtorTy InstrPostProcessCtorFn = nullptr; variable
704 if (InstrPostProcessCtorFn) in createInstrPostProcess()
705 return InstrPostProcessCtorFn(STI, MCII); in createInstrPostProcess()
1078 T.InstrPostProcessCtorFn = Fn; in RegisterInstrPostProcess()