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

/external/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h88 void setCpu(const char *MCpu) { this->MCpu = MCpu; } function in struct:llvm::LTOCodeGenerator
H A DThinLTOCodeGenerator.h160 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } function in class:llvm::ThinLTOCodeGenerator
/external/swiftshader/third_party/LLVM/tools/lto/
H A DLTOCodeGenerator.cpp137 void LTOCodeGenerator::setCpu(const char* mCpu) function in class:LTOCodeGenerator

Completed in 173 milliseconds