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

/frameworks/compile/libbcc/bcinfo/
H A DBitcodeWrapper.cpp17 #include "bcinfo/BitcodeWrapper.h"
28 BitcodeWrapper::BitcodeWrapper(const char *bitcode, size_t bitcodeSize) function in class:bcinfo::BitcodeWrapper
47 BitcodeWrapper::~BitcodeWrapper() {
52 bool BitcodeWrapper::unwrap() {
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
H A DBitcodeWrapper.h49 class BitcodeWrapper { class in namespace:bcinfo
67 BitcodeWrapper(const char *bitcode, size_t bitcodeSize);
69 ~BitcodeWrapper();

Completed in 67 milliseconds