Home
last modified time | relevance | path

Searched defs:getCPU (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DLoongArch.h58 StringRef getCPU() const { return CPU; } in getCPU() function
H A DMips.h179 const std::string &getCPU() const { return CPU; } in getCPU() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h81 const std::string &getCPU() const { return CPU; } in getCPU() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp34 static StringRef getCPU(StringRef CPU) { in getCPU() function
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h118 StringRef getCPU() const { return CPU; } in getCPU() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h109 StringRef getCPU() const { return CPU; } in getCPU() function