Searched refs:extractUIntFromMetadataString (Results 1 - 1 of 1) sorted by last modified time

/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp51 bool extractUIntFromMetadataString(uint32_t *value, function in namespace:bcinfo::__anon1368
214 success &= extractUIntFromMetadataString(&mCompilerVersion, wrapperMDTuple->getOperand(0));
215 success &= extractUIntFromMetadataString(&mOptimizationLevel, wrapperMDTuple->getOperand(1));
299 if (!extractUIntFromMetadataString(&TmpSlotList[i], ObjectSlot->getOperand(0))) {
451 if (!extractUIntFromMetadataString(&TmpSigList[i], SigNode->getOperand(0))) {
518 if (!extractUIntFromMetadataString(&TmpReduceList[i].mAccumulatorDataSize,
530 if (!extractUIntFromMetadataString(&TmpReduceList[i].mSignature,

Completed in 773 milliseconds