LLZK 0.1.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
llvm::DenseMapInfo< llzk::SourceRef > Struct Reference

#include <SourceRef.h>

Static Public Member Functions

static llzk::SourceRef getEmptyKey ()
static llzk::SourceRef getTombstoneKey ()
static unsigned getHashValue (const llzk::SourceRef &ref)
static bool isEqual (const llzk::SourceRef &lhs, const llzk::SourceRef &rhs)

Detailed Description

Definition at line 323 of file SourceRef.h.

Member Function Documentation

◆ getEmptyKey()

llzk::SourceRef llvm::DenseMapInfo< llzk::SourceRef >::getEmptyKey ( )
inlinestatic

Definition at line 324 of file SourceRef.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< llzk::SourceRef >::getHashValue ( const llzk::SourceRef & ref)
inlinestatic

Definition at line 330 of file SourceRef.h.

◆ getTombstoneKey()

llzk::SourceRef llvm::DenseMapInfo< llzk::SourceRef >::getTombstoneKey ( )
inlinestatic

Definition at line 327 of file SourceRef.h.

◆ isEqual()

bool llvm::DenseMapInfo< llzk::SourceRef >::isEqual ( const llzk::SourceRef & lhs,
const llzk::SourceRef & rhs )
inlinestatic

Definition at line 336 of file SourceRef.h.


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