class UniqueID

Declaration

class UniqueID { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Support/FileSystem/UniqueID.h:26

Member Variables

private uint64_t Device
private uint64_t File

Method Overview

Methods

UniqueID()

Declared at: llvm/include/llvm/Support/FileSystem/UniqueID.h:31

UniqueID(uint64_t Device, uint64_t File)

Declared at: llvm/include/llvm/Support/FileSystem/UniqueID.h:32

Parameters

uint64_t Device
uint64_t File

uint64_t getDevice() const

Declared at: llvm/include/llvm/Support/FileSystem/UniqueID.h:47

uint64_t getFile() const

Declared at: llvm/include/llvm/Support/FileSystem/UniqueID.h:48