Home
last modified time | relevance | path

Searched defs:setCpu (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h200 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } in setCpu() function
H A DLTOCodeGenerator.h99 void setCpu(StringRef MCpu) { Config.CPU = std::string(MCpu); } in setCpu() function