Home
last modified time | relevance | path

Searched refs:getCompilerVersion (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSScript.h66 unsigned getCompilerVersion() const in getCompilerVersion() function
/frameworks/compile/libbcc/include/bcinfo/
DBitcodeWrapper.h102 uint32_t getCompilerVersion() const { in getCompilerVersion() function
DMetadataExtractor.h183 uint32_t getCompilerVersion() const { in getCompilerVersion() function
/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp150 BCWrapper.getCompilerVersion(), BCWrapper.getOptimizationLevel()); in translate()
DMetadataExtractor.cpp71 mCompilerVersion = wrapper.getCompilerVersion(); in MetadataExtractor()
/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp389 script->setCompilerVersion(wrapper.getCompilerVersion()); in build()
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp287 printf("compilerVersion: %u\n", bcWrapper.getCompilerVersion()); in main()