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.h286 TargetMachineCtorTy TargetMachineCtorFn; variable
380 bool hasTargetMachine() const { return TargetMachineCtorFn != nullptr; } in hasTargetMachine()
471 if (!TargetMachineCtorFn)
473 return TargetMachineCtorFn(*this, TT, CPU, Features, Options, RM, CM, OL,
846 T.TargetMachineCtorFn = Fn; in RegisterTargetMachine()