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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp95 return unwrap(T)->hasTargetMachine();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetRegistry.h319 /// hasTargetMachine - Check if this target supports code generation.
320 bool hasTargetMachine() const { return TargetMachineCtorFn != nullptr; } function in class:llvm::Target

Completed in 175 milliseconds