Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DTargetRegistry.h134 using TargetMachineCtorTy = TargetMachine variable
237 TargetMachineCtorTy TargetMachineCtorFn;
756 static void RegisterTargetMachine(Target &T, Target::TargetMachineCtorTy Fn) { in RegisterTargetMachine()