Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSScript.h84 unsigned getCompilerVersion() const { in getCompilerVersion() function
/frameworks/compile/libbcc/include/bcinfo/
DBitcodeWrapper.h102 uint32_t getCompilerVersion() const { in getCompilerVersion() function
DMetadataExtractor.h277 uint32_t getCompilerVersion() const { in getCompilerVersion() function
/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp279 script.setCompilerVersion(wrapper.getCompilerVersion()); in build()
287 uint32_t version = wrapper.getCompilerVersion(); in build()
/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp158 BCWrapper.getCompilerVersion(), BCWrapper.getOptimizationLevel()); in translate()
DMetadataExtractor.cpp189 mCompilerVersion = wrapper.getCompilerVersion(); in MetadataExtractor()
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
DDataBindingBuilder.java47 public String getCompilerVersion() { in getCompilerVersion() method in DataBindingBuilder
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp320 printf("compilerVersion: %u\n", bcWrapper.getCompilerVersion()); in main()