Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DTargetRegistry.h363 InstrPostProcessCtorTy InstrPostProcessCtorFn = nullptr; variable
714 if (InstrPostProcessCtorFn) in createInstrPostProcess()
715 return InstrPostProcessCtorFn(STI, MCII); in createInstrPostProcess()
1099 T.InstrPostProcessCtorFn = Fn; in RegisterInstrPostProcess()