Home
last modified time | relevance | path

Searched refs:TargetCPU (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetMachine.h70 std::string TargetCPU; variable
93 const StringRef getTargetCPU() const { return TargetCPU; } in getTargetCPU()
/external/llvm/lib/Target/
DTargetMachine.cpp46 : TheTarget(T), TargetTriple(TT), TargetCPU(CPU), TargetFS(FS), in TargetMachine()