Lines Matching refs:CP
52 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section);
53 if (CP == ConstantPools.end())
56 return &CP->second;
65 ConstantPool &CP) {
66 if (!CP.empty()) {
68 CP.emitEntries(Streamer);
78 ConstantPool &CP = CPI->second;
80 emitConstantPool(Streamer, Section, CP);
86 if (ConstantPool *CP = getConstantPool(Section)) {
87 emitConstantPool(Streamer, Section, *CP);