10 #ifndef LLVM_MC_MCTARGETOPTIONS_H
11 #define LLVM_MC_MCTARGETOPTIONS_H
70 #define ARE_EQUAL(X) LHS.X == RHS.X
79 ARE_EQUAL(MCIncrementalLinkerCompatible) &&
std::vector< std::string > IASSearchPaths
Additional paths to search for .include directives when using the integrated assembler.
DWARF-like instruction based exceptions.
bool SanitizeAddress
Enables AddressSanitizer instrumentation at machine level.
setjmp/longjmp based exceptions
cl::opt< bool > ShowMCInst("asm-show-inst", cl::desc("Emit internal instruction representation to ""assembly file"))
bool MCPIECopyRelocations
bool PreserveAsmComments
Preserve Comments in Assembly.
bool MCIncrementalLinkerCompatible
cl::opt< int > DwarfVersion("dwarf-version", cl::desc("Dwarf version"), cl::init(0))
cl::opt< std::string > ABIName("target-abi", cl::Hidden, cl::desc("The name of the ABI to be targeted from the backend."), cl::init(""))
bool operator!=(uint64_t V1, const APInt &V2)
StringRef getABIName() const
getABIName - If this returns a non-empty string this represents the textual name of the ABI that we w...
StringRef - Represent a constant reference to a string, i.e.
bool operator==(uint64_t V1, const APInt &V2)