Searched defs:hasTargetMachine (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DTargetRegistry.h266 /// hasTargetMachine - Check if this target supports code generation.
267 bool hasTargetMachine() const { return TargetMachineCtorFn != nullptr; } function in class:llvm::Target

Completed in 34 milliseconds