llvm::MCObjectStreamer::allocFragSpace

Allocate a new fragment storage block with room for Headroom bytes.

Synopsis

Declared in <llvm/MC/MCObjectStreamer.h>

MCFragment*
allocFragSpace(size_t Headroom);

Return Value

Pointer to the newly allocated fragment storage.

Parameters

NameDescription
Headroom- Minimum free bytes required after the fragment header.