Searched defs:getCompilerVersion (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/libbcc/bcinfo/include/bcinfo/
H A DBitcodeWrapper.h102 uint32_t getCompilerVersion() const { function in class:bcinfo::BitcodeWrapper
H A DMetadataExtractor.h275 uint32_t getCompilerVersion() const { function in class:bcinfo::MetadataExtractor
/frameworks/compile/libbcc/include/bcc/
H A DScript.h66 unsigned getCompilerVersion() const { function in class:bcc::Script
67 return getSource().getCompilerVersion();
71 return getCompilerVersion() >= SlangVersion::N_STRUCT_EXPLICIT_PADDING;
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
H A DDataBindingBuilder.java45 public String getCompilerVersion() { method in class:DataBindingBuilder
/frameworks/compile/libbcc/lib/
H A DSource.cpp61 *compilerVersion = wrapper.getCompilerVersion();
86 unsigned Source::getCompilerVersion() const { function in class:bcc::Source
87 return bcinfo::MetadataExtractor(&getModule()).getCompilerVersion();
93 *compilerVersion = me.getCompilerVersion();

Completed in 238 milliseconds