Searched refs:BitcodeWrapper (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/libbcc/bcinfo/
H A DBitcodeWrapper.cpp17 #include "bcinfo/BitcodeWrapper.h"
31 BitcodeWrapper::BitcodeWrapper(const char *bitcode, size_t bitcodeSize) function in class:bcinfo::BitcodeWrapper
50 BitcodeWrapper::~BitcodeWrapper() {
55 bool BitcodeWrapper::unwrap() {
H A DAndroid.mk29 BitcodeWrapper.cpp \
H A DBitcodeTranslator.cpp19 #include "bcinfo/BitcodeWrapper.h"
96 BitcodeWrapper BCWrapper(mBitcode, mBitcodeSize);
H A DMetadataExtractor.cpp19 #include "bcinfo/BitcodeWrapper.h"
187 BitcodeWrapper wrapper(bitcode, bitcodeSize);
/frameworks/compile/libbcc/include/bcinfo/
H A DBitcodeWrapper.h49 class BitcodeWrapper { class in namespace:bcinfo
67 BitcodeWrapper(const char *bitcode, size_t bitcodeSize);
69 ~BitcodeWrapper();
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp18 #include <bcinfo/BitcodeWrapper.h>
308 bcinfo::BitcodeWrapper bcWrapper((const char *)bitcode, bitcodeSize);
/frameworks/rs/
H A DrsScriptC.cpp22 #include <bcinfo/BitcodeWrapper.h>
328 bcinfo::BitcodeWrapper bcWrapper((const char *)bitcode, bitcodeLen);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp28 #include "bcinfo/BitcodeWrapper.h"
278 bcinfo::BitcodeWrapper wrapper(pBitcode, pBitcodeSize);

Completed in 306 milliseconds