Home
last modified time | relevance | path

Searched refs:getTranslatedBitcodeSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DBitcodeTranslator.h63 size_t getTranslatedBitcodeSize() const { in getTranslatedBitcodeSize() function
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp333 BT->getTranslatedBitcodeSize())); in main()
343 size_t translatedBitcodeSize = BT->getTranslatedBitcodeSize(); in main()
/frameworks/rs/
DrsScriptC.cpp330 bitcodeLen = BT.getTranslatedBitcodeSize(); in runCompiler()