Searched defs:TargetCPU (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetMachine.h73 /// TargetTriple, TargetCPU, TargetFS - Triple string, CPU name, and target
76 std::string TargetCPU; member in class:llvm::TargetMachine
95 const StringRef getTargetCPU() const { return TargetCPU; }

Completed in 82 milliseconds