LLVM  8.0.1
Functions
llvm::ARM_MC Namespace Reference

Functions

std::string ParseARMTriple (const Triple &TT, StringRef CPU)
 
MCSubtargetInfocreateARMMCSubtargetInfo (const Triple &TT, StringRef CPU, StringRef FS)
 Create a ARM MCSubtargetInfo instance. More...
 

Function Documentation

◆ createARMMCSubtargetInfo()

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

Create a ARM MCSubtargetInfo instance.

This is exposed so Asm parser, etc. do not need to go through TargetRegistry.

Definition at line 164 of file ARMMCTargetDesc.cpp.

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

Referenced by LLVMInitializeARMTargetMC().

◆ ParseARMTriple()

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