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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetRegistry.h 228 /// hasTargetMachine - Check if this target supports code generation.
229 bool hasTargetMachine() const { return TargetMachineCtorFn != 0; }
    [all...]
  /external/llvm/include/llvm/Support/
TargetRegistry.h 276 /// hasTargetMachine - Check if this target supports code generation.
277 bool hasTargetMachine() const { return TargetMachineCtorFn != nullptr; }
    [all...]

Completed in 758 milliseconds