Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DTargetRegistry.h302 TargetMachineCtorTy TargetMachineCtorFn; variable
395 bool hasTargetMachine() const { return TargetMachineCtorFn != nullptr; } in hasTargetMachine()
486 if (!TargetMachineCtorFn)
488 return TargetMachineCtorFn(*this, Triple(TT), CPU, Features, Options, RM,
921 T.TargetMachineCtorFn = Fn; in RegisterTargetMachine()