Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DTargetRegistry.h159 MCInstrInfoCtorFnTy MCInstrInfoCtorFn; variable
288 if (!MCInstrInfoCtorFn) in createMCInstrInfo()
290 return MCInstrInfoCtorFn(); in createMCInstrInfo()
585 if (!T.MCInstrInfoCtorFn) in RegisterMCInstrInfo()
586 T.MCInstrInfoCtorFn = Fn; in RegisterMCInstrInfo()