Searched defs:TargetMachineCtorFn (Results 1 - 1 of 1) sorted by path

/external/llvm/include/llvm/Support/
H A DTargetRegistry.h194 /// TargetMachineCtorFn - Construction function for this target's
196 TargetMachineCtorTy TargetMachineCtorFn; member in class:llvm::Target
267 bool hasTargetMachine() const { return TargetMachineCtorFn != nullptr; }
352 if (!TargetMachineCtorFn)
354 return TargetMachineCtorFn(*this, Triple, CPU, Features, Options,
677 T.TargetMachineCtorFn = Fn;

Completed in 233 milliseconds