Searched refs:AuxMDs (Results 1 – 3 of 3) sorted by relevance
57 auto &AuxMDs = *cast<MDTuple>(MD->getOperand(1)); in runOnMachineFunction() local 59 assert(AuxMDs.getNumOperands() == 1); in runOnMachineFunction() 61 cast<ConstantAsMetadata>(AuxMDs.getOperand(0))->getValue(); in runOnMachineFunction()
185 SmallVector<Metadata *, 1> AuxMDs; in createPCSections() local186 AuxMDs.reserve(AuxConsts.size()); in createPCSections()188 AuxMDs.push_back(createConstant(C)); in createPCSections()189 Ops.push_back(MDNode::get(Context, AuxMDs)); in createPCSections()
1642 const auto *AuxMDs = cast<MDNode>(MDO); in emitPCSections() local1643 for (const MDOperand &AuxMDO : AuxMDs->operands()) { in emitPCSections()