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


Member Function Documentation

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

Definition at line 116 of file DebugLoc.h.

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

Definition at line 117 of file DebugLoc.h.

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

Definition at line 119 of file DebugLoc.h.


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