reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
130 Buf.Size = BufferSize; 192 decRefCount(Buf.BackingStore, Buf.Size, Buf.Count); 210 decRefCount(Buf.BackingStore, Buf.Size, Buf.Count);projects/compiler-rt/lib/xray/xray_fdr_controller.h
48 W.getNextRecord() + S <= reinterpret_cast<char *>(B.Data) + B.Size;
projects/compiler-rt/lib/xray/xray_function_call_trie.h173 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
369 ThreadDataAllocator(Buffer.Data, Buffer.Size);