Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetRegistry.h242 TargetMachineCtorTy TargetMachineCtorFn; variable
320 bool hasTargetMachine() const { return TargetMachineCtorFn != nullptr; } in hasTargetMachine()
400 if (!TargetMachineCtorFn)
402 return TargetMachineCtorFn(*this, Triple(TT), CPU, Features, Options, RM,
766 T.TargetMachineCtorFn = Fn; in RegisterTargetMachine()