Searched refs:IsInputBitcodeWrapper (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/bcinfo/
H A DBitcodeWrapper.cpp38 if (wrapperer.IsInputBitcodeWrapper()) {
/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A Dbitcode_wrapperer.h57 bool IsInputBitcodeWrapper();
/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dbitcode_wrapperer.cpp73 if (IsInputBitcodeWrapper()) {
191 if (!IsInputBitcodeWrapper()) return false;
262 bool BitcodeWrapperer::IsInputBitcodeWrapper() { function in class:BitcodeWrapperer

Completed in 116 milliseconds