Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h311 TargetMachineCtorTy TargetMachineCtorFn; variable
405 bool hasTargetMachine() const { return TargetMachineCtorFn != nullptr; } in hasTargetMachine()
496 if (!TargetMachineCtorFn)
498 return TargetMachineCtorFn(*this, Triple(TT), CPU, Features, Options, RM,
937 T.TargetMachineCtorFn = Fn; in RegisterTargetMachine()