Home
last modified time | relevance | path

Searched refs:BitcodeWrapperer (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/bcinfo/Wrap/
Dbitcode_wrapperer.cpp57 BitcodeWrapperer::BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile) in BitcodeWrapperer() function in BitcodeWrapperer
84 BitcodeWrapperer::~BitcodeWrapperer() { in ~BitcodeWrapperer()
91 void BitcodeWrapperer::ClearBuffer() { in ClearBuffer()
97 bool BitcodeWrapperer::Seek(uint32_t pos) { in Seek()
105 bool BitcodeWrapperer::CanReadWord() { in CanReadWord()
114 void BitcodeWrapperer::FillBuffer() { in FillBuffer()
156 bool BitcodeWrapperer::ReadWord(uint32_t& word) { in ReadWord()
166 bool BitcodeWrapperer::WriteWord(uint32_t value) { in WriteWord()
175 bool BitcodeWrapperer::WriteVariableFields() { in WriteVariableFields()
189 bool BitcodeWrapperer::ParseWrapperHeader() { in ParseWrapperHeader()
[all …]
/frameworks/compile/libbcc/include/bcinfo/Wrap/
Dbitcode_wrapperer.h49 class BitcodeWrapperer {
53 BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile);
94 ~BitcodeWrapperer();
97 DISALLOW_CLASS_COPY_AND_ASSIGN(BitcodeWrapperer);
/frameworks/compile/libbcc/bcinfo/
DBitcodeWrapper.cpp37 BitcodeWrapperer wrapperer(&inMem, NULL); in BitcodeWrapper()