Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/XRay/
HDBlockVerifier.h26 BufferExtents, enumerator
HDFDRRecords.h75 BufferExtents, enumerator
115 BufferExtents() in BufferExtents() function
119 explicit BufferExtents(uint64_t S) in BufferExtents() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
HDFDRTraceExpander.cpp21 Error TraceExpander::visit(BufferExtents &) { in visit() argument
HDBlockIndexer.cpp18 Error BlockIndexer::visit(BufferExtents &) { return Error::success(); } in visit() argument
HDBlockVerifier.cpp138 Error BlockVerifier::visit(BufferExtents &) { in visit() argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_fdr_log_records.h36 BufferExtents, enumerator
HDxray_fdr_logging.cpp363 auto BufferExtents = atomic_load(B.Extents, memory_order_acquire); in fdrLoggingFlush() local