LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::MDNodeKeyImpl< DILocation > Struct Reference

DenseMapInfo for DILocation. More...

#include "IR/LLVMContextImpl.h"

Public Member Functions

 MDNodeKeyImpl (unsigned Line, uint16_t Column, Metadata *Scope, Metadata *InlinedAt, bool ImplicitCode, uint64_t AtomGroup, uint8_t AtomRank)
 
 MDNodeKeyImpl (const DILocation *L)
 
bool isKeyOf (const DILocation *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

MetadataScope
 
MetadataInlinedAt
 
uint64_t AtomGroup: 61
 
uint64_t AtomRank: 3
 
unsigned Line
 
uint16_t Column
 
bool ImplicitCode
 

Detailed Description

DenseMapInfo for DILocation.

Definition at line 312 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DILocation >::MDNodeKeyImpl ( unsigned  Line,
uint16_t  Column,
Metadata Scope,
Metadata InlinedAt,
bool  ImplicitCode,
uint64_t  AtomGroup,
uint8_t  AtomRank 
)
inline

Definition at line 321 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

llvm::MDNodeKeyImpl< DILocation >::MDNodeKeyImpl ( const DILocation L)
inline

Definition at line 328 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

unsigned llvm::MDNodeKeyImpl< DILocation >::getHashValue ( ) const
inline

Definition at line 341 of file LLVMContextImpl.h.

References llvm::hash_combine().

◆ isKeyOf()

bool llvm::MDNodeKeyImpl< DILocation >::isKeyOf ( const DILocation RHS) const
inline

Definition at line 334 of file LLVMContextImpl.h.

References RHS.

Member Data Documentation

◆ AtomGroup

Definition at line 315 of file LLVMContextImpl.h.

◆ AtomRank

Definition at line 316 of file LLVMContextImpl.h.

◆ Column

Definition at line 318 of file LLVMContextImpl.h.

◆ ImplicitCode

Definition at line 319 of file LLVMContextImpl.h.

◆ InlinedAt

Definition at line 314 of file LLVMContextImpl.h.

◆ Line

Definition at line 317 of file LLVMContextImpl.h.

◆ Scope

Definition at line 313 of file LLVMContextImpl.h.


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