Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcinfo/
DBitcodeWrapper.h103 uint32_t getCompilerVersion() const { in getCompilerVersion() function
DMetadataExtractor.h183 uint32_t getCompilerVersion() const { in getCompilerVersion() function
/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp150 BCWrapper.getCompilerVersion(), BCWrapper.getOptimizationLevel()); in translate()
DMetadataExtractor.cpp70 mCompilerVersion = wrapper.getCompilerVersion(); in MetadataExtractor()
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp209 printf("compilerVersion: %u\n", bcWrapper.getCompilerVersion()); in main()