LLDB mainline
llvm::DenseMapInfo< lldb_private::FileSpec > Struct Reference

DenseMapInfo implementation. More...

#include <FileSpec.h>

Static Public Member Functions

static unsigned getHashValue (lldb_private::FileSpec file_spec)
static bool isEqual (lldb_private::FileSpec LHS, lldb_private::FileSpec RHS)

Detailed Description

DenseMapInfo implementation.

Definition at line 464 of file FileSpec.h.

Member Function Documentation

◆ getHashValue()

unsigned llvm::DenseMapInfo< lldb_private::FileSpec >::getHashValue ( lldb_private::FileSpec file_spec)
inlinestatic

◆ isEqual()

bool llvm::DenseMapInfo< lldb_private::FileSpec >::isEqual ( lldb_private::FileSpec LHS,
lldb_private::FileSpec RHS )
inlinestatic

Definition at line 474 of file FileSpec.h.


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