reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ObjectYAML/COFFEmitter.cpp
  191     Size += B.calculateSerializedLength();
  194   uint8_t *Buffer = Allocator.Allocate<uint8_t>(Size);
  195   MutableArrayRef<uint8_t> Output(Buffer, Size);