Searched refs:getHostCPUName (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DHost.h36 /// getHostCPUName - Get the LLVM name for the host CPU. The particular format
41 StringRef getHostCPUName();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DSystemZ.cpp24 std::string CPU = llvm::sys::getHostCPUName();
H A DPPC.cpp29 std::string CPU = llvm::sys::getHostCPUName();
H A DX86.cpp34 std::string CPU = llvm::sys::getHostCPUName();
H A DAArch64.cpp42 return llvm::sys::getHostCPUName();
81 CPU = llvm::sys::getHostCPUName();
142 MtuneLowerCase = llvm::sys::getHostCPUName();
H A DARM.cpp622 std::string CPU = llvm::sys::getHostCPUName();
660 return llvm::sys::getHostCPUName();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp36 TMBuilder.setCPU(llvm::sys::getHostCPUName());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1125 StringRef sys::getHostCPUName() { function in class:sys
1173 StringRef sys::getHostCPUName() { function in class:sys
1217 StringRef sys::getHostCPUName() { function in class:sys
1223 StringRef sys::getHostCPUName() { function in class:sys
1229 StringRef sys::getHostCPUName() { function in class:sys
1235 StringRef sys::getHostCPUName() { function in class:sys
1239 StringRef sys::getHostCPUName() { function in class:sys
1262 StringRef sys::getHostCPUName() { return "generic"; } function in class:sys
H A DCommandLine.cpp2485 std::string CPU = sys::getHostCPUName();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp254 return strdup(sys::getHostCPUName().data());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc335 return sys::getHostCPUName();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp327 MCPU = llvm::sys::getHostCPUName();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp238 return llvm::sys::getHostCPUName();

Completed in 214 milliseconds