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

  /external/llvm/include/llvm/Target/
TargetMachine.h 88 std::string TargetCPU;
113 StringRef getTargetCPU() const { return TargetCPU; }
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetMachine.h 86 /// TargetTriple, TargetCPU, TargetFS - Triple string, CPU name, and target
89 std::string TargetCPU;
111 const StringRef getTargetCPU() const { return TargetCPU; }
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 1140 milliseconds