LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
llvm::ARM_MC Namespace Reference

Functions

std::string ParseARMTriple (StringRef TT, StringRef CPU)
 
MCSubtargetInfocreateARMMCSubtargetInfo (StringRef TT, StringRef CPU, StringRef FS)
 

Function Documentation

MCSubtargetInfo * llvm::ARM_MC::createARMMCSubtargetInfo ( StringRef  TT,
StringRef  CPU,
StringRef  FS 
)

createARMMCSubtargetInfo - Create a ARM MCSubtargetInfo instance. This is exposed so Asm parser, etc. do not need to go through TargetRegistry.

Definition at line 188 of file ARMMCTargetDesc.cpp.

References llvm::StringRef::empty(), llvm::X86II::FS, ParseARMTriple(), llvm::StringRef::str(), and llvm::X.

Referenced by LLVMInitializeARMTargetMC().

std::string llvm::ARM_MC::ParseARMTriple ( StringRef  TT,
StringRef  CPU 
)