Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h339 StringRef getDefaultTargetCPU();
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp394 StringRef LLVMContext::getDefaultTargetCPU() { in getDefaultTargetCPU() function in LLVMContext
H A DFunction.cpp404 StringRef DefaultCPU = F->getContext().getDefaultTargetCPU(); in createWithDefaultAttr()