LLVM API Documentation

Static Public Member Functions
llvm::DenseMapInfo< DebugLoc > Struct Template Reference

#include <DebugLoc.h>

List of all members.

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 104 of file DebugLoc.h.


Member Function Documentation

static DebugLoc llvm::DenseMapInfo< DebugLoc >::getEmptyKey ( ) [inline, static]

Definition at line 105 of file DebugLoc.h.

static unsigned llvm::DenseMapInfo< DebugLoc >::getHashValue ( const DebugLoc Key) [static]
static DebugLoc llvm::DenseMapInfo< DebugLoc >::getTombstoneKey ( ) [inline, static]

Definition at line 106 of file DebugLoc.h.

static bool llvm::DenseMapInfo< DebugLoc >::isEqual ( DebugLoc  LHS,
DebugLoc  RHS 
) [inline, static]

Definition at line 108 of file DebugLoc.h.


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