My Project
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
mlir::detail::CallSiteLocationStorage Struct Reference

#include <LocationDetail.h>

Inheritance diagram for mlir::detail::CallSiteLocationStorage:
Inheritance graph
[legend]
Collaboration diagram for mlir::detail::CallSiteLocationStorage:
Collaboration graph
[legend]

Public Types

using KeyTy = std::pair< Location, Location >
 The hash key used for uniquing. More...
 

Public Member Functions

 CallSiteLocationStorage (Location callee, Location caller)
 
bool operator== (const KeyTy &key) const
 
- Public Member Functions inherited from mlir::AttributeStorage
Type getType () const
 Get the type of this attribute. More...
 
DialectgetDialect () const
 Get the dialect of this attribute. More...
 
- Public Member Functions inherited from mlir::StorageUniquer::BaseStorage
unsigned getKind () const
 Get the kind classification of this storage. More...
 

Static Public Member Functions

static CallSiteLocationStorageconstruct (AttributeStorageAllocator &allocator, const KeyTy &key)
 Construct a new storage instance. More...
 

Public Attributes

Location callee
 
Location caller
 

Additional Inherited Members

- Protected Member Functions inherited from mlir::AttributeStorage
 AttributeStorage (Type type)
 
 AttributeStorage ()
 
void setType (Type type)
 Set the type of this attribute. More...
 
void initializeDialect (Dialect &newDialect)
 
- Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage
 BaseStorage ()
 

Member Typedef Documentation

◆ KeyTy

The hash key used for uniquing.

Constructor & Destructor Documentation

◆ CallSiteLocationStorage()

mlir::detail::CallSiteLocationStorage::CallSiteLocationStorage ( Location  callee,
Location  caller 
)
inline

Member Function Documentation

◆ construct()

static CallSiteLocationStorage* mlir::detail::CallSiteLocationStorage::construct ( AttributeStorageAllocator allocator,
const KeyTy key 
)
inlinestatic

Construct a new storage instance.

◆ operator==()

bool mlir::detail::CallSiteLocationStorage::operator== ( const KeyTy key) const
inline

Member Data Documentation

◆ callee

Location mlir::detail::CallSiteLocationStorage::callee

◆ caller

Location mlir::detail::CallSiteLocationStorage::caller

The documentation for this struct was generated from the following file: