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

/freebsd-10.3-release/contrib/llvm/lib/Target/
H A DTargetMachineC.cpp115 return unwrap(T)->hasTargetMachine();
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DTargetRegistry.h262 /// hasTargetMachine - Check if this target supports code generation.
263 bool hasTargetMachine() const { return TargetMachineCtorFn != 0; } function in class:llvm::Target

Completed in 103 milliseconds