LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
llvm::DenseMapInfo< DebugLoc > Struct Template Reference

#include <DebugLoc.h>

Static Public Member Functions

static DebugLoc getEmptyKey ()
 
static DebugLoc getTombstoneKey ()
 
static unsigned getHashValue (const DebugLoc &Key)
 
static bool isEqual (DebugLoc LHS, DebugLoc RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< DebugLoc >

Definition at line 106 of file DebugLoc.h.

Member Function Documentation

static DebugLoc llvm::DenseMapInfo< DebugLoc >::getEmptyKey ( )
inlinestatic

Definition at line 107 of file DebugLoc.h.

static unsigned llvm::DenseMapInfo< DebugLoc >::getHashValue ( const DebugLoc Key)
static
static DebugLoc llvm::DenseMapInfo< DebugLoc >::getTombstoneKey ( )
inlinestatic

Definition at line 108 of file DebugLoc.h.

static bool llvm::DenseMapInfo< DebugLoc >::isEqual ( DebugLoc  LHS,
DebugLoc  RHS 
)
inlinestatic

Definition at line 110 of file DebugLoc.h.


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