LLVM API Documentation

Functions
llvm::ARM_MC Namespace Reference

Functions

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

Function Documentation

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

Definition at line 189 of file ARMMCTargetDesc.cpp.

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

Referenced by LLVMInitializeARMTargetMC().

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