struct Path::Entry

Declaration

struct Path::Entry { /* full declaration omitted */ };

Description

Entry - Each step in the path is a node pointer and an offset into that node.

Declared at: llvm/include/llvm/ADT/IntervalMap.h:776

Member Variables

public void* node
public unsigned int size
public unsigned int offset

Method Overview

  • public Entry(void * Node, unsigned int Size, unsigned int Offset)
  • public Entry(llvm::IntervalMapImpl::NodeRef Node, unsigned int Offset)
  • public llvm::IntervalMapImpl::NodeRef & subtree(unsigned int i) const

Methods

Entry(void* Node,
      unsigned int Size,
      unsigned int Offset)

Declared at: llvm/include/llvm/ADT/IntervalMap.h:781

Parameters

void* Node
unsigned int Size
unsigned int Offset

Entry(llvm::IntervalMapImpl::NodeRef Node,
      unsigned int Offset)

Declared at: llvm/include/llvm/ADT/IntervalMap.h:784

Parameters

llvm::IntervalMapImpl::NodeRef Node
unsigned int Offset

llvm::IntervalMapImpl::NodeRef& subtree(
    unsigned int i) const

Declared at: llvm/include/llvm/ADT/IntervalMap.h:787

Parameters

unsigned int i