Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp211 const llvm::MDNode *const wrapperMDTuple = wrapperMDNode->getOperand(0); in MetadataExtractor() local
214 success &= extractUIntFromMetadataString(&mCompilerVersion, wrapperMDTuple->getOperand(0)); in MetadataExtractor()
215 success &= extractUIntFromMetadataString(&mOptimizationLevel, wrapperMDTuple->getOperand(1)); in MetadataExtractor()