Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp31 static StringRef getCPU(StringRef CPU) { in getCPU() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h83 const std::string &getCPU() const { return CPU; } in getCPU() function
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h118 StringRef getCPU() const { return CPU; } in getCPU() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h108 StringRef getCPU() const { return CPU; } in getCPU() function
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DMips.h174 const std::string &getCPU() const { return CPU; } in getCPU() function