Searched refs:getCompilerVersion (Results 1 – 10 of 10) sorted by relevance
66 unsigned getCompilerVersion() const { in getCompilerVersion() function67 return getSource().getCompilerVersion(); in getCompilerVersion()71 return getCompilerVersion() >= SlangVersion::N_STRUCT_EXPLICIT_PADDING; in isStructExplicitlyPaddedBySlang()
77 unsigned getCompilerVersion() const;
61 *compilerVersion = wrapper.getCompilerVersion(); in helper_get_module_metadata_from_bitcode_wrapper()86 unsigned Source::getCompilerVersion() const { in getCompilerVersion() function in bcc::Source87 return bcinfo::MetadataExtractor(&getModule()).getCompilerVersion(); in getCompilerVersion()93 *compilerVersion = me.getCompilerVersion(); in getWrapperInformation()
281 uint32_t version = wrapper.getCompilerVersion(); in build()
1381 …mStructExplicitlyPaddedBySlang = (me.getCompilerVersion() >= SlangVersion::N_STRUCT_EXPLICIT_PADDI… in runOnModule()
102 uint32_t getCompilerVersion() const { in getCompilerVersion() function
275 uint32_t getCompilerVersion() const { in getCompilerVersion() function
167 BCWrapper.getCompilerVersion(), BCWrapper.getOptimizationLevel()); in translate()
193 mCompilerVersion = wrapper.getCompilerVersion(); in MetadataExtractor()
320 printf("compilerVersion: %u\n", bcWrapper.getCompilerVersion()); in main()