Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h83 const std::string &getCPU() const { return CPU; } in getCPU() function
/openbsd/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp35 static StringRef getCPU(StringRef CPU) { in getCPU() function
/openbsd/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h118 StringRef getCPU() const { return CPU; } in getCPU() function
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h109 StringRef getCPU() const { return CPU; } in getCPU() function
/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DMips.h173 const std::string &getCPU() const { return CPU; } in getCPU() function