Home
last modified time | relevance | path

Searched defs:BufferExtents (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DBlockVerifier.h28 BufferExtents, enumerator
H A DFDRRecords.h75 BufferExtents, enumerator
115 BufferExtents() in BufferExtents() function
119 explicit BufferExtents(uint64_t S) in BufferExtents() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A DFDRTraceExpander.cpp21 Error TraceExpander::visit(BufferExtents &) { in visit() argument
H A DBlockIndexer.cpp18 Error BlockIndexer::visit(BufferExtents &) { return Error::success(); } in visit() argument
H A DBlockVerifier.cpp136 Error BlockVerifier::visit(BufferExtents &) { in visit() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_fdr_log_records.h37 BufferExtents, enumerator
H A Dxray_fdr_logging.cc368 auto BufferExtents = atomic_load(B.Extents, memory_order_acquire); in fdrLoggingFlush() local