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

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

Completed in 27 milliseconds