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

  /external/llvm/lib/Target/
TargetMachineC.cpp 97 return unwrap(T)->hasTargetMachine();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
TargetMachineC.cpp 96 return unwrap(T)->hasTargetMachine();
  /external/llvm/include/llvm/Support/
TargetRegistry.h 276 /// hasTargetMachine - Check if this target supports code generation.
277 bool hasTargetMachine() const { return TargetMachineCtorFn != nullptr; }
    [all...]
  /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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
TargetRegistry.h 314 /// hasTargetMachine - Check if this target supports code generation.
315 bool hasTargetMachine() const { return TargetMachineCtorFn != nullptr; }
    [all...]

Completed in 180 milliseconds