Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/Wrap/
Dbitcode_wrapperer.cpp58 BitcodeWrapperer::BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile) in BitcodeWrapperer() function in BitcodeWrapperer
85 BitcodeWrapperer::~BitcodeWrapperer() { in ~BitcodeWrapperer()
92 void BitcodeWrapperer::ClearBuffer() { in ClearBuffer()
98 bool BitcodeWrapperer::Seek(uint32_t pos) { in Seek()
106 bool BitcodeWrapperer::CanReadWord() { in CanReadWord()
115 void BitcodeWrapperer::FillBuffer() { in FillBuffer()
157 bool BitcodeWrapperer::ReadWord(uint32_t& word) { in ReadWord()
167 bool BitcodeWrapperer::WriteWord(uint32_t value) { in WriteWord()
176 bool BitcodeWrapperer::WriteVariableFields() { in WriteVariableFields()
190 bool BitcodeWrapperer::ParseWrapperHeader() { in ParseWrapperHeader()
[all …]
/frameworks/compile/libbcc/bcinfo/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.cpp34 BitcodeWrapperer wrapperer(&inMem, nullptr); in BitcodeWrapper()