LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< object::SectionRef > Struct Reference

#include "llvm/Object/ObjectFile.h"

Static Public Member Functions

static bool isEqual (const object::SectionRef &A, const object::SectionRef &B)
 
static object::SectionRef getEmptyKey ()
 
static object::SectionRef getTombstoneKey ()
 
static unsigned getHashValue (const object::SectionRef &Sec)
 

Detailed Description

Definition at line 645 of file ObjectFile.h.

Member Function Documentation

◆ getEmptyKey()

static object::SectionRef llvm::DenseMapInfo< object::SectionRef >::getEmptyKey ( )
inlinestatic

Definition at line 650 of file ObjectFile.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< object::SectionRef >::getHashValue ( const object::SectionRef Sec)
inlinestatic

◆ getTombstoneKey()

static object::SectionRef llvm::DenseMapInfo< object::SectionRef >::getTombstoneKey ( )
inlinestatic

Definition at line 653 of file ObjectFile.h.

References llvm::object::DataRefImpl::p.

◆ isEqual()

static bool llvm::DenseMapInfo< object::SectionRef >::isEqual ( const object::SectionRef A,
const object::SectionRef B 
)
inlinestatic

Definition at line 646 of file ObjectFile.h.

References A, and B.


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