Searched refs:TargetCPU (Results 1 – 2 of 2) sorted by relevance
70 std::string TargetCPU; variable93 const StringRef getTargetCPU() const { return TargetCPU; } in getTargetCPU()
46 : TheTarget(T), TargetTriple(TT), TargetCPU(CPU), TargetFS(FS), in TargetMachine()