Searched refs:unwrap (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader.cpp34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitReader.cpp34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
/frameworks/compile/linkloader/android/
H A Dlibrsloader.cpp35 static inline ELFObject<32> *unwrap(RSExecRef object) { function
72 ELFObject<32>* object = unwrap(object_);
80 ELFObject<32> *object = unwrap(object_);
101 delete unwrap(object);
106 ELFObject<32> *object = unwrap(object_);
128 ELFObject<32> *object = unwrap(object_);
149 unwrap(object)->getSectionByName(".symtab"));
162 unwrap(object)->getSectionByName(".symtab"));
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeWrapper.cpp55 bool BitcodeWrapper::unwrap() { function in class:bcinfo::BitcodeWrapper
/frameworks/compile/libbcc/include/bcinfo/
H A DBitcodeWrapper.h72 * Attempt to unwrap the target bitcode. This function is \deprecated.
76 bool unwrap();
/frameworks/rs/
H A DrsScriptC.cpp223 if (!bcWrapper.unwrap()) {

Completed in 71 milliseconds