Searched refs:compilerVersion (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/libbcc/lib/ |
D | Source.cpp | 59 uint32_t *compilerVersion, uint32_t *optimizationLevel, in helper_get_module_metadata_from_bitcode_wrapper() argument 61 *compilerVersion = wrapper.getCompilerVersion(); in helper_get_module_metadata_from_bitcode_wrapper() 66 const uint32_t compilerVersion, in helper_set_module_metadata_from_bitcode_wrapper() argument 75 llvm::MDString::get(llvmContext, llvm::utostr(compilerVersion)), in helper_set_module_metadata_from_bitcode_wrapper() 90 void Source::getWrapperInformation(unsigned *compilerVersion, in getWrapperInformation() argument 93 *compilerVersion = me.getCompilerVersion(); in getWrapperInformation() 125 uint32_t compilerVersion, optimizationLevel; in CreateFromBuffer() local 126 helper_get_module_metadata_from_bitcode_wrapper(&compilerVersion, &optimizationLevel, in CreateFromBuffer() 129 compilerVersion, optimizationLevel, in CreateFromBuffer() 149 uint32_t compilerVersion, optimizationLevel; in CreateFromFile() local [all …]
|
/frameworks/compile/libbcc/include/bcc/ |
D | Source.h | 67 uint32_t compilerVersion, 79 void getWrapperInformation(unsigned *compilerVersion,
|
/frameworks/compile/libbcc/bcinfo/include/bcinfo/ |
D | BitcodeWrapper.h | 128 size_t bitcodeSize, uint32_t targetAPI, uint32_t compilerVersion, in writeAndroidBitcodeWrapper() argument 143 wrapper->CompilerVersion = compilerVersion; in writeAndroidBitcodeWrapper()
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/ |
D | DataBindingBuilder.java | 49 public String getBaseLibraryVersion(String compilerVersion) { in getBaseLibraryVersion() argument 53 public String getLibraryVersion(String compilerVersion) { in getLibraryVersion() argument 57 public String getBaseAdaptersVersion(String compilerVersion) { in getBaseAdaptersVersion() argument
|