Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/
DScript.h66 unsigned getCompilerVersion() const { in getCompilerVersion() function
67 return getSource().getCompilerVersion(); in getCompilerVersion()
71 return getCompilerVersion() >= SlangVersion::N_STRUCT_EXPLICIT_PADDING; in isStructExplicitlyPaddedBySlang()
DSource.h77 unsigned getCompilerVersion() const;
/frameworks/compile/libbcc/lib/
DSource.cpp61 *compilerVersion = wrapper.getCompilerVersion(); in helper_get_module_metadata_from_bitcode_wrapper()
86 unsigned Source::getCompilerVersion() const { in getCompilerVersion() function in bcc::Source
87 return bcinfo::MetadataExtractor(&getModule()).getCompilerVersion(); in getCompilerVersion()
93 *compilerVersion = me.getCompilerVersion(); in getWrapperInformation()
DRSCompilerDriver.cpp281 uint32_t version = wrapper.getCompilerVersion(); in build()
DRSKernelExpand.cpp1381 …mStructExplicitlyPaddedBySlang = (me.getCompilerVersion() >= SlangVersion::N_STRUCT_EXPLICIT_PADDI… in runOnModule()
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DBitcodeWrapper.h102 uint32_t getCompilerVersion() const { in getCompilerVersion() function
DMetadataExtractor.h275 uint32_t getCompilerVersion() const { in getCompilerVersion() function
/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp167 BCWrapper.getCompilerVersion(), BCWrapper.getOptimizationLevel()); in translate()
DMetadataExtractor.cpp193 mCompilerVersion = wrapper.getCompilerVersion(); in MetadataExtractor()
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
DDataBindingBuilder.java45 public String getCompilerVersion() { in getCompilerVersion() method in DataBindingBuilder
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp320 printf("compilerVersion: %u\n", bcWrapper.getCompilerVersion()); in main()