13#ifndef LLVM_ADT_DELTATREE_H
14#define LLVM_ADT_DELTATREE_H
45 void AddDelta(
unsigned FileIndex,
int Delta);
DeltaTree - a multiway search tree (BTree) structure with some fancy features.
DeltaTree & operator=(const DeltaTree &)=delete
void AddDelta(unsigned FileIndex, int Delta)
AddDelta - When a change is made that shifts around the text buffer, this method is used to record th...
int getDeltaAt(unsigned FileIndex) const
getDeltaAt - Return the accumulated delta at the specified file offset.
This is an optimization pass for GlobalISel generic memory operations.