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

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

Completed in 165 milliseconds