My Project
Classes | Namespaces | Functions
Identifier.h File Reference
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/DenseMapInfo.h"
#include "llvm/ADT/StringRef.h"
Include dependency graph for Identifier.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mlir::Identifier
 
struct  llvm::DenseMapInfo< mlir::Identifier >
 
struct  llvm::PointerLikeTypeTraits< mlir::Identifier >
 

Namespaces

 mlir
 
 llvm
 

Functions

raw_ostream & mlir::operator<< (raw_ostream &os, Identifier identifier)
 
bool mlir::operator== (Identifier lhs, Identifier rhs)
 
bool mlir::operator!= (Identifier lhs, Identifier rhs)
 
bool mlir::operator== (Identifier lhs, StringRef rhs)
 
bool mlir::operator!= (Identifier lhs, StringRef rhs)
 
bool mlir::operator== (StringRef lhs, Identifier rhs)
 
bool mlir::operator!= (StringRef lhs, Identifier rhs)
 
llvm::hash_code mlir::hash_value (Identifier arg)