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 67 /// TargetTriple, TargetCPU, TargetFS - Triple string, CPU name, and target
70 std::string TargetCPU;
93 const StringRef getTargetCPU() const { return TargetCPU; }
  /external/llvm/lib/Target/
TargetMachine.cpp 46 : TheTarget(T), TargetTriple(TT), TargetCPU(CPU), TargetFS(FS),

Completed in 223 milliseconds