Searched refs:compilerVersion (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/
H A DSource.cpp59 uint32_t *compilerVersion, uint32_t *optimizationLevel,
61 *compilerVersion = wrapper.getCompilerVersion();
66 const uint32_t compilerVersion,
75 llvm::MDString::get(llvmContext, llvm::utostr(compilerVersion)),
90 void Source::getWrapperInformation(unsigned *compilerVersion, argument
93 *compilerVersion = me.getCompilerVersion();
125 uint32_t compilerVersion, optimizationLevel; local
126 helper_get_module_metadata_from_bitcode_wrapper(&compilerVersion, &optimizationLevel,
129 compilerVersion, optimizationLevel,
149 uint32_t compilerVersion, optimizationLeve local
58 helper_get_module_metadata_from_bitcode_wrapper( uint32_t *compilerVersion, uint32_t *optimizationLevel, const bcinfo::BitcodeWrapper &wrapper) argument
65 helper_set_module_metadata_from_bitcode_wrapper(llvm::Module &module, const uint32_t compilerVersion, const uint32_t optimizationLevel) argument
175 CreateFromModule(BCCContext &pContext, const char* name, llvm::Module &pModule, const uint32_t compilerVersion, const uint32_t optimizationLevel, bool pNoDelete) argument
[all...]
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
H A DBitcodeWrapper.h122 * \param compilerVersion - compiler version that generated this bitcode.
128 size_t bitcodeSize, uint32_t targetAPI, uint32_t compilerVersion,
143 wrapper->CompilerVersion = compilerVersion;
127 writeAndroidBitcodeWrapper(AndroidBitcodeWrapper *wrapper, size_t bitcodeSize, uint32_t targetAPI, uint32_t compilerVersion, uint32_t optimizationLevel) argument
/frameworks/compile/libbcc/include/bcc/
H A DSource.h67 uint32_t compilerVersion,
79 void getWrapperInformation(unsigned *compilerVersion,
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
H A DDataBindingBuilder.java49 public String getBaseLibraryVersion(String compilerVersion) { argument
53 public String getLibraryVersion(String compilerVersion) { argument
57 public String getBaseAdaptersVersion(String compilerVersion) { argument

Completed in 328 milliseconds