Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()