Searched refs:AuxMDO (Results 1 – 1 of 1) sorted by relevance
1643 for (const MDOperand &AuxMDO : AuxMDs->operands()) { in emitPCSections() local1644 assert(isa<ConstantAsMetadata>(AuxMDO) && "expecting a constant"); in emitPCSections()1645 const Constant *C = cast<ConstantAsMetadata>(AuxMDO)->getValue(); in emitPCSections()