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

/external/llvm/lib/Target/
H A DTargetMachineC.cpp99 return unwrap(T)->hasTargetMachine();
/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 78 milliseconds