Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/
H A DBlockVerifier.h26 BufferExtents, enumerator
H A DFDRRecords.h75 BufferExtents, enumerator
115 BufferExtents() in BufferExtents() function
119 explicit BufferExtents(uint64_t S) in BufferExtents() function
/freebsd-src/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.cpp138 Error BlockVerifier::visit(BufferExtents &) { in visit() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_records.h36 BufferExtents, enumerator
H A Dxray_fdr_logging.cpp368 internal_memcpy(ExtentsRecord.Data, &BufferExtents, sizeof(BufferExtents)); in fdrLoggingFlush() local