Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DTargetRegistry.h237 TargetMachineCtorTy TargetMachineCtorFn; variable
315 bool hasTargetMachine() const { return TargetMachineCtorFn != nullptr; } in hasTargetMachine()
395 if (!TargetMachineCtorFn)
397 return TargetMachineCtorFn(*this, Triple(TT), CPU, Features, Options, RM,
757 T.TargetMachineCtorFn = Fn; in RegisterTargetMachine()