|
LLVM
3.7.0
|
Functions | |
| StringRef | selectMipsCPU (const Triple &TT, StringRef CPU) |
| Select the Mips CPU for the given triple and cpu name. More... | |
Select the Mips CPU for the given triple and cpu name.
FIXME: Merge with the copy in MipsSubtarget.cpp
Definition at line 46 of file MipsMCTargetDesc.cpp.
References llvm::StringRef::empty(), llvm::Triple::getArch(), llvm::Triple::mips, and llvm::Triple::mipsel.
Referenced by createMipsMCSubtargetInfo(), llvm::MipsAsmPrinter::EmitStartOfAsmFile(), and llvm::MipsSubtarget::initializeSubtargetDependencies().
1.8.6