LLVM 19.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, unsigned Column, Metadata *Scope, Metadata *InlinedAt, bool ImplicitCode)
 
 MDNodeKeyImpl (const DILocation *L)
 
bool isKeyOf (const DILocation *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

unsigned Line
 
unsigned Column
 
MetadataScope
 
MetadataInlinedAt
 
bool ImplicitCode
 

Detailed Description

DenseMapInfo for DILocation.

Definition at line 315 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DILocation >::MDNodeKeyImpl ( unsigned  Line,
unsigned  Column,
Metadata Scope,
Metadata InlinedAt,
bool  ImplicitCode 
)
inline

Definition at line 322 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 326 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 336 of file LLVMContextImpl.h.

References llvm::hash_combine().

◆ isKeyOf()

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

Definition at line 330 of file LLVMContextImpl.h.

References RHS.

Member Data Documentation

◆ Column

Definition at line 317 of file LLVMContextImpl.h.

◆ ImplicitCode

Definition at line 320 of file LLVMContextImpl.h.

◆ InlinedAt

Definition at line 319 of file LLVMContextImpl.h.

◆ Line

Definition at line 316 of file LLVMContextImpl.h.

◆ Scope

Definition at line 318 of file LLVMContextImpl.h.


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