Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h340 void setDefaultTargetCPU(StringRef CPU);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp398 void LLVMContext::setDefaultTargetCPU(StringRef CPU) { in setDefaultTargetCPU() function in LLVMContext
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp297 Ctx.setDefaultTargetCPU(TargetOpts.CPU); in HandleTranslationUnit()
1206 Ctx.setDefaultTargetCPU(TargetOpts.CPU); in ExecuteAction()