LLVM API Documentation
#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) |
Definition at line 104 of file DebugLoc.h.
| 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.