Home
last modified time | relevance | path

Searched refs:setCpu (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h99 void setCpu(StringRef MCpu) { Config.CPU = std::string(MCpu); } in setCpu() function
H A DThinLTOCodeGenerator.h199 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } in setCpu() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1088 CodeGen.setCpu(codegen::getMCPU()); in main()