class MCTargetOptions
Declaration
class MCTargetOptions { /* full declaration omitted */ };
Declared at: llvm/include/llvm/MC/MCTargetOptions.h:34
Member Variables
- public bool MCRelaxAll
- public bool MCNoExecStack
- public bool MCFatalWarnings
- public bool MCNoWarn
- public bool MCNoDeprecatedWarn
- public bool MCSaveTempLabels
- public bool MCUseDwarfDirectory
- public bool MCIncrementalLinkerCompatible
- public bool ShowMCEncoding
- public bool ShowMCInst
- public bool AsmVerbose
- public bool PreserveAsmComments
- Preserve Comments in Assembly.
- public int DwarfVersion = 0
- public std::string ABIName
- public std::string SplitDwarfFile
- public int IASSearchPaths
Method Overview
- public MCTargetOptions()
- public llvm::StringRef getABIName() const
Methods
¶MCTargetOptions()
MCTargetOptions()
Declared at: llvm/include/llvm/MC/MCTargetOptions.h:65
¶llvm::StringRef getABIName() const
llvm::StringRef getABIName() const
Description
getABIName - If this returns a non-empty string this represents the textual name of the ABI that we want the backend to use, e.g. o32, or aapcs-linux.
Declared at: llvm/include/llvm/MC/MCTargetOptions.h:70