LLVM 19.0.0git
Classes | Functions
llvm::mc Namespace Reference

Classes

struct  RegisterMCTargetOptionsFlags
 Create this object with static storage to register mc-related command line options. More...
 

Functions

bool getRelaxAll ()
 
std::optional< boolgetExplicitRelaxAll ()
 
bool getIncrementalLinkerCompatible ()
 
bool getFDPIC ()
 
int getDwarfVersion ()
 
bool getDwarf64 ()
 
EmitDwarfUnwindType getEmitDwarfUnwind ()
 
bool getEmitCompactUnwindNonCanonical ()
 
bool getShowMCInst ()
 
bool getFatalWarnings ()
 
bool getNoWarn ()
 
bool getNoDeprecatedWarn ()
 
bool getNoTypeCheck ()
 
bool getX86RelaxRelocations ()
 
std::string getABIName ()
 
std::string getAsSecureLogFile ()
 
MCTargetOptions InitMCTargetOptionsFromFlags ()
 

Function Documentation

◆ getABIName()

std::string llvm::mc::getABIName ( )

◆ getAsSecureLogFile()

std::string llvm::mc::getAsSecureLogFile ( )

◆ getDwarf64()

bool llvm::mc::getDwarf64 ( )

◆ getDwarfVersion()

int llvm::mc::getDwarfVersion ( )

◆ getEmitCompactUnwindNonCanonical()

bool llvm::mc::getEmitCompactUnwindNonCanonical ( )

◆ getEmitDwarfUnwind()

EmitDwarfUnwindType llvm::mc::getEmitDwarfUnwind ( )

◆ getExplicitRelaxAll()

std::optional< bool > llvm::mc::getExplicitRelaxAll ( )

◆ getFatalWarnings()

bool llvm::mc::getFatalWarnings ( )

◆ getFDPIC()

bool llvm::mc::getFDPIC ( )

◆ getIncrementalLinkerCompatible()

bool llvm::mc::getIncrementalLinkerCompatible ( )

◆ getNoDeprecatedWarn()

bool llvm::mc::getNoDeprecatedWarn ( )

◆ getNoTypeCheck()

bool llvm::mc::getNoTypeCheck ( )

◆ getNoWarn()

bool llvm::mc::getNoWarn ( )

◆ getRelaxAll()

bool llvm::mc::getRelaxAll ( )

◆ getShowMCInst()

bool llvm::mc::getShowMCInst ( )

◆ getX86RelaxRelocations()

bool llvm::mc::getX86RelaxRelocations ( )

◆ InitMCTargetOptionsFromFlags()

MCTargetOptions llvm::mc::InitMCTargetOptionsFromFlags ( )