Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/XRay/
H A DFDRRecordProducer.cpp123 auto BufferExtentsOrError = findNextBufferExtent(); in produce() local
124 if (!BufferExtentsOrError) in produce()
126 BufferExtentsOrError.takeError(), in produce()
131 R = std::move(BufferExtentsOrError.get()); in produce()