Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DFDRRecordProducer.cpp122 auto BufferExtentsOrError = findNextBufferExtent(); in produce() local
123 if (!BufferExtentsOrError) in produce()
125 BufferExtentsOrError.takeError(), in produce()
130 R = std::move(BufferExtentsOrError.get()); in produce()