OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:raw_mem_ostream
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Support/
raw_mem_ostream.cpp
1
//===-
raw_mem_ostream
.cpp ------------------------------------------------===//
9
#include <mcld/Support/
raw_mem_ostream
.h>
18
//
raw_mem_ostream
20
raw_mem_ostream
::
raw_mem_ostream
(MemoryArea &pMemoryArea)
function in class:raw_mem_ostream
29
raw_mem_ostream
::~
raw_mem_ostream
()
35
void
raw_mem_ostream
::write_impl(const char *pPtr, size_t pSize)
42
uint64_t
raw_mem_ostream
::current_pos() const
/frameworks/compile/mclinker/include/mcld/Support/
raw_mem_ostream.h
1
//===-
raw_mem_ostream
.h --------------------------------------------------===//
22
class
raw_mem_ostream
: public llvm::raw_ostream
class in namespace:mcld
26
explicit
raw_mem_ostream
(MemoryArea &pMemoryArea);
28
~
raw_mem_ostream
();
Completed in 35 milliseconds