Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DBlockVerifier.h27 BufferExtents, enumerator
H A DFDRRecords.h76 BufferExtents, enumerator
116 BufferExtents() in BufferExtents() function
120 explicit BufferExtents(uint64_t S) in BufferExtents() function
/freebsd/contrib/llvm-project/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 visit(BufferExtents &) visit() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_records.h36 BufferExtents, enumerator
H A Dxray_fdr_logging.cpp363 auto BufferExtents = atomic_load(B.Extents, memory_order_acquire); in fdrLoggingFlush() local