Searched defs:BitcodeWrapperer (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dbitcode_wrapperer.cpp57 BitcodeWrapperer::BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile) function in class:BitcodeWrapperer
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
[all...]
/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A Dbitcode_wrapperer.h49 class BitcodeWrapperer { class
53 BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile);
94 ~BitcodeWrapperer();
97 DISALLOW_CLASS_COPY_AND_ASSIGN(BitcodeWrapperer);

Completed in 179 milliseconds