Home
last modified time | relevance | path

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

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