LLVM API Documentation
#include <string>
Go to the source code of this file.
Classes | |
class | llvm::TargetOptions |
Namespaces | |
llvm | |
List of target independent CodeGen pass IDs. | |
llvm::FloatABI | |
llvm::FPOpFusion | |
Macros | |
#define | ARE_EQUAL(X) LHS.X == RHS.X |
Functions | |
bool | llvm::operator== (const TargetOptions &LHS, const TargetOptions &RHS) |
bool | llvm::operator!= (const TargetOptions &LHS, const TargetOptions &RHS) |
Referenced by llvm::operator==().