HomeSort by relevance Sort by last modified time
    Searched refs:hasTargetMachine (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/
TargetMachineC.cpp 99 return unwrap(T)->hasTargetMachine();
  /external/llvm/include/llvm/Support/
TargetRegistry.h 266 /// hasTargetMachine - Check if this target supports code generation.
267 bool hasTargetMachine() const { return TargetMachineCtorFn != nullptr; }
    [all...]

Completed in 641 milliseconds