LLVM 22.0.0git
llvm::cas::ondisk::InternalRef Class Reference

Standard 8 byte reference inside OnDiskGraphDB. More...

#include "llvm/CAS/OnDiskGraphDB.h"

Public Member Functions

FileOffset getFileOffset () const
uint64_t getRawData () const

Static Public Member Functions

static InternalRef getFromRawData (uint64_t Data)
static InternalRef getFromOffset (FileOffset Offset)

Friends

bool operator== (InternalRef LHS, InternalRef RHS)

Detailed Description

Standard 8 byte reference inside OnDiskGraphDB.

Definition at line 26 of file OnDiskGraphDB.h.

Member Function Documentation

◆ getFileOffset()

FileOffset llvm::cas::ondisk::InternalRef::getFileOffset ( ) const
inline

Definition at line 28 of file OnDiskGraphDB.h.

◆ getFromOffset()

InternalRef llvm::cas::ondisk::InternalRef::getFromOffset ( FileOffset Offset)
inlinestatic

◆ getFromRawData()

InternalRef llvm::cas::ondisk::InternalRef::getFromRawData ( uint64_t Data)
inlinestatic

◆ getRawData()

uint64_t llvm::cas::ondisk::InternalRef::getRawData ( ) const
inline

Definition at line 29 of file OnDiskGraphDB.h.

◆ operator==

bool operator== ( InternalRef LHS,
InternalRef RHS )
friend

Definition at line 36 of file OnDiskGraphDB.h.

References LHS, and RHS.


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