Home
last modified time | relevance | path

Searched refs:BC_WRAPPER (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/bcinfo/
DBitcodeWrapper.cpp39 mFileType = BC_WRAPPER; in BitcodeWrapper()
/frameworks/compile/libbcc/include/bcinfo/
DBitcodeWrapper.h45 BC_WRAPPER = 1, enumerator
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp309 if (bcWrapper.getBCFileType() == bcinfo::BC_WRAPPER) { in main()
/frameworks/rs/
DrsScriptC.cpp334 if (bcWrapper.getBCFileType() == bcinfo::BC_WRAPPER) { in runCompiler()