LLVM 22.0.0git
MCTargetOptionsCommandFlags.h File Reference
#include "llvm/Support/Compiler.h"
#include <optional>
#include <string>

Go to the source code of this file.

Classes

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

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::mc

Functions

LLVM_ABI bool llvm::mc::getRelaxAll ()
LLVM_ABI std::optional< boolllvm::mc::getExplicitRelaxAll ()
LLVM_ABI bool llvm::mc::getIncrementalLinkerCompatible ()
LLVM_ABI bool llvm::mc::getFDPIC ()
LLVM_ABI int llvm::mc::getDwarfVersion ()
LLVM_ABI bool llvm::mc::getDwarf64 ()
LLVM_ABI EmitDwarfUnwindType llvm::mc::getEmitDwarfUnwind ()
LLVM_ABI bool llvm::mc::getEmitCompactUnwindNonCanonical ()
LLVM_ABI bool llvm::mc::getEmitSFrameUnwind ()
LLVM_ABI bool llvm::mc::getShowMCInst ()
LLVM_ABI bool llvm::mc::getFatalWarnings ()
LLVM_ABI bool llvm::mc::getNoWarn ()
LLVM_ABI bool llvm::mc::getNoDeprecatedWarn ()
LLVM_ABI bool llvm::mc::getNoTypeCheck ()
LLVM_ABI bool llvm::mc::getSaveTempLabels ()
LLVM_ABI bool llvm::mc::getCrel ()
LLVM_ABI bool llvm::mc::getImplicitMapSyms ()
LLVM_ABI bool llvm::mc::getX86RelaxRelocations ()
LLVM_ABI bool llvm::mc::getX86Sse2Avx ()
LLVM_ABI std::string llvm::mc::getABIName ()
LLVM_ABI std::string llvm::mc::getAsSecureLogFile ()
LLVM_ABI MCTargetOptions llvm::mc::InitMCTargetOptionsFromFlags ()