OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 -----===//
25
///
ObjectBuffer
- This class acts as a container for the memory buffer used during
27
/// underlying memory for the object will be owned by the
ObjectBuffer
instance
32
class
ObjectBuffer
{
34
ObjectBuffer
() {}
35
ObjectBuffer
(MemoryBuffer* Buf) : Buffer(Buf) {}
36
virtual ~
ObjectBuffer
() {}
50
// The memory contained in an
ObjectBuffer
56
/// while providing a common
ObjectBuffer
interface for access to the
58
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 1600 milliseconds