LLVM 22.0.0git
llvm::DenseMapInfo< object::SectionRef > Struct Reference

#include "llvm/Object/ObjectFile.h"

Inheritance diagram for llvm::DenseMapInfo< object::SectionRef >:
[legend]

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 651 of file ObjectFile.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 656 of file ObjectFile.h.

◆ getHashValue()

◆ getTombstoneKey()

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

Definition at line 659 of file ObjectFile.h.

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

◆ isEqual()

Definition at line 652 of file ObjectFile.h.

References A(), and B().


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