LLVM  3.7.0
Classes | Namespaces | Macros | Functions
MCTargetOptions.h File Reference
#include <string>
Include dependency graph for MCTargetOptions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::MCTargetOptions
 

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Macros

#define ARE_EQUAL(X)   LHS.X == RHS.X
 

Functions

bool llvm::operator== (const MCTargetOptions &LHS, const MCTargetOptions &RHS)
 
bool llvm::operator!= (const MCTargetOptions &LHS, const MCTargetOptions &RHS)
 

Macro Definition Documentation

#define ARE_EQUAL (   X)    LHS.X == RHS.X

Referenced by llvm::operator==().