Searched defs:ObjectBuffer (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DObjectBuffer.h1 //===---- ObjectBuffer.h - Utility class to wrap object image memory -----===//
24 /// ObjectBuffer - This class acts as a container for the memory buffer used during
26 /// underlying memory for the object will be owned by the ObjectBuffer instance
31 class ObjectBuffer { class in namespace:llvm
34 ObjectBuffer() {} function in class:llvm::ObjectBuffer
35 ObjectBuffer(MemoryBuffer* Buf) : Buffer(Buf) {} function in class:llvm::ObjectBuffer
36 virtual ~ObjectBuffer() {}
51 // The memory contained in an ObjectBuffer
57 /// while providing a common ObjectBuffer interface for access to the
59 class ObjectBufferStream : public ObjectBuffer {
[all...]

Completed in 562 milliseconds