Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetRegistry.h255 TargetMachineCtorTy TargetMachineCtorFn; variable
334 bool hasTargetMachine() const { return TargetMachineCtorFn != nullptr; } in hasTargetMachine()
427 if (!TargetMachineCtorFn)
429 return TargetMachineCtorFn(*this, Triple(TT), CPU, Features, Options, RM,
817 T.TargetMachineCtorFn = Fn; in RegisterTargetMachine()