Home
last modified time | relevance | path

Searched refs:UpdatePosition (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DFormattedStream.cpp26 void formatted_raw_ostream::UpdatePosition(const char *Ptr, size_t Size) { in UpdatePosition() function in formatted_raw_ostream
106 UpdatePosition(Scanned, Size - (Scanned - Ptr)); in ComputePosition()
108 UpdatePosition(Ptr, Size); in ComputePosition()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormattedStream.h79 void UpdatePosition(const char *Ptr, size_t Size);