reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
129 Buf.Data = &BackingStore->Data + (BufferSize * i); 197 if (Buf.Data < &BackingStore->Data || 198 Buf.Data > &BackingStore->Data + (BufferCount * BufferSize))projects/compiler-rt/lib/xray/xray_fdr_controller.h
47 return B.Data != nullptr && B.Generation == BQ->generation() && 48 W.getNextRecord() + S <= reinterpret_cast<char *>(B.Data) + B.Size;projects/compiler-rt/lib/xray/xray_fdr_log_writer.h
99 : FDRLogWriter(B, static_cast<char *>(B.Data)) {} 217 NextRecord = reinterpret_cast<char *>(Buffer.Data);projects/compiler-rt/lib/xray/xray_fdr_logging.cpp
269 internal_memcpy(AfterExtents, It->Data, BufferSize); 377 LW->WriteAll(reinterpret_cast<char *>(B.Data), 378 reinterpret_cast<char *>(B.Data) + BufferExtents); 694 if (TLD.Buffer.Data == nullptr) 700 TLD.Buffer.Data, BufferQueue::getErrorString(EC));projects/compiler-rt/lib/xray/xray_function_call_trie.h
173 NodeAllocatorType(B.NodeBuffer.Data, B.NodeBuffer.Size); 178 RootAllocatorType(B.RootsBuffer.Data, B.RootsBuffer.Size); 183 B.ShadowStackBuffer.Data, B.ShadowStackBuffer.Size); 188 B.NodeIdPairBuffer.Data, B.NodeIdPairBuffer.Size);projects/compiler-rt/lib/xray/xray_profile_collector.cpp
337 if (Buffer.Data != nullptr) { 369 ThreadDataAllocator(Buffer.Data, Buffer.Size);