OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitcodeWrapperer
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/bcinfo/Wrap/
bitcode_wrapperer.cpp
57
BitcodeWrapperer
::
BitcodeWrapperer
(WrapperInput* infile, WrapperOutput* outfile)
84
BitcodeWrapperer
::~
BitcodeWrapperer
() {
91
void
BitcodeWrapperer
::ClearBuffer() {
97
bool
BitcodeWrapperer
::Seek(uint32_t pos) {
105
bool
BitcodeWrapperer
::CanReadWord() {
114
void
BitcodeWrapperer
::FillBuffer() {
156
bool
BitcodeWrapperer
::ReadWord(uint32_t& word) {
166
bool
BitcodeWrapperer
::WriteWord(uint32_t value)
[
all
...]
/frameworks/compile/libbcc/include/bcinfo/Wrap/
bitcode_wrapperer.h
49
class
BitcodeWrapperer
{
53
BitcodeWrapperer
(WrapperInput* infile, WrapperOutput* outfile);
94
~
BitcodeWrapperer
();
97
DISALLOW_CLASS_COPY_AND_ASSIGN(
BitcodeWrapperer
);
/frameworks/compile/libbcc/bcinfo/
BitcodeWrapper.cpp
37
BitcodeWrapperer
wrapperer(&inMem, NULL);
Completed in 44 milliseconds