Lines Matching defs:CP
81 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section);
82 if (CP == ConstantPools.end())
85 return &CP->second;
94 ConstantPool &CP) {
95 if (!CP.empty()) {
97 CP.emitEntries(Streamer);
105 ConstantPool &CP = CPI.second;
107 emitConstantPool(Streamer, Section, CP);
113 if (ConstantPool *CP = getConstantPool(Section))
114 emitConstantPool(Streamer, Section, *CP);
119 if (ConstantPool *CP = getConstantPool(Section))
120 CP->clearCache();