HomeSort by relevance Sort by last modified time
    Searched defs:ObjectBuffer (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/libbcc/include/bcc/ExecutionEngine/
GDBJITRegistrar.h 39 typedef char ObjectBuffer;
41 void registerObjectWithGDB(const ObjectBuffer* Object, std::size_t Size);
42 void deregisterObjectWithGDB(const ObjectBuffer* Object);
  /external/llvm/include/llvm/ExecutionEngine/
ObjectBuffer.h 1 //===---- 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 {
34 ObjectBuffer() {}
35 ObjectBuffer(MemoryBuffer* Buf) : Buffer(Buf) {}
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...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 84 milliseconds