class UniqueID

Declaration

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

Declared at: llvm/include/llvm/Support/FileSystem.h:134

Method Overview

Methods

UniqueID()

Declared at: llvm/include/llvm/Support/FileSystem.h:139

UniqueID(uint64_t Device, uint64_t File)

Declared at: llvm/include/llvm/Support/FileSystem.h:140

Parameters

uint64_t Device
uint64_t File

uint64_t getDevice() const

Declared at: llvm/include/llvm/Support/FileSystem.h:150

uint64_t getFile() const

Declared at: llvm/include/llvm/Support/FileSystem.h:151