MemoryBuffer

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
slice
const(ubyte)[] slice()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromFile
BufferFromFileResult fromFile(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
fromMemory
MemoryBufferFromMemory fromMemory(const(ubyte)[] region, string buffer_name)
Undocumented in source. Be warned that the author may not have intended to support it.
fromMemoryCopy
MemoryBuffer fromMemoryCopy(const(ubyte)[] region, string buffer_name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

lx
LLVMMemoryBufferRef lx;
Undocumented in source.

Meta