Lines Matching refs:CP
67 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool() local
68 if (CP == ConstantPools.end()) in getConstantPool()
71 return &CP->second; in getConstantPool()
80 ConstantPool &CP) { in emitConstantPool() argument
81 if (!CP.empty()) { in emitConstantPool()
83 CP.emitEntries(Streamer); in emitConstantPool()
91 ConstantPool &CP = CPI.second; in emitAll() local
93 emitConstantPool(Streamer, Section, CP); in emitAll()
99 if (ConstantPool *CP = getConstantPool(Section)) in emitForCurrentSection() local
100 emitConstantPool(Streamer, Section, *CP); in emitForCurrentSection()
105 if (ConstantPool *CP = getConstantPool(Section)) in clearCacheForCurrentSection() local
106 CP->clearCache(); in clearCacheForCurrentSection()