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

DenseMapInfo for DILocation. More...

#include "IR/LLVMContextImpl.h"

Collaboration diagram for llvm::MDNodeKeyImpl< DILocation >:
Collaboration graph
[legend]

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

template<>
struct llvm::MDNodeKeyImpl< DILocation >

DenseMapInfo for DILocation.

Definition at line 278 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 285 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

Definition at line 289 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 299 of file LLVMContextImpl.h.

References llvm::hash_combine().

◆ isKeyOf()

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

Member Data Documentation

◆ Column

Definition at line 280 of file LLVMContextImpl.h.

◆ ImplicitCode

Definition at line 283 of file LLVMContextImpl.h.

◆ InlinedAt

Definition at line 282 of file LLVMContextImpl.h.

◆ Line

Definition at line 279 of file LLVMContextImpl.h.

◆ Scope

Definition at line 281 of file LLVMContextImpl.h.


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