Home
last modified time | relevance | path

Searched refs:mCompilerVersion (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/bcinfo/
DBitcodeWrapper.cpp31 mHeaderVersion(0), mTargetAPI(0), mCompilerVersion(0), in BitcodeWrapper()
39 mCompilerVersion = wrapperer.getAndroidCompilerVersion(); in BitcodeWrapper()
DMetadataExtractor.cpp193 mCompilerVersion = wrapper.getCompilerVersion(); in MetadataExtractor()
214 success &= extractUIntFromMetadataString(&mCompilerVersion, wrapperMDTuple->getOperand(0)); in MetadataExtractor()
415 if (!Names && !Signatures && mCompilerVersion == 0) { in populateForEachMetadata()
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DBitcodeWrapper.h57 uint32_t mCompilerVersion; variable
103 return mCompilerVersion; in getCompilerVersion()
DMetadataExtractor.h108 uint32_t mCompilerVersion; variable
276 return mCompilerVersion; in getCompilerVersion()