Searched refs:ConstantPoolMapTy (Results 1 – 2 of 2) sorted by relevance
76 typedef MapVector<const MCSection *, ConstantPool> ConstantPoolMapTy; typedef77 ConstantPoolMapTy ConstantPools;
53 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool()75 for (ConstantPoolMapTy::iterator CPI = ConstantPools.begin(), in emitAll()