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

  /external/llvm/include/llvm/Target/
TargetMachine.h 86 /// TargetTriple, TargetCPU, TargetFS - Triple string, CPU name, and target
89 std::string TargetCPU;
112 const StringRef getTargetCPU() const { return TargetCPU; }
  /external/llvm/lib/Target/
TargetMachine.cpp 194 : TheTarget(T), TargetTriple(TT), TargetCPU(CPU), TargetFS(FS),

Completed in 396 milliseconds