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

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

Completed in 69 milliseconds