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

Completed in 26 milliseconds