Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h279 TargetMachineCtorTy TargetMachineCtorFn; variable
369 bool hasTargetMachine() const { return TargetMachineCtorFn != nullptr; } in hasTargetMachine()
460 if (!TargetMachineCtorFn)
462 return TargetMachineCtorFn(*this, Triple(TT), CPU, Features, Options, RM,
827 T.TargetMachineCtorFn = Fn; in RegisterTargetMachine()