Lines Matching refs:CP
80 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool() local
81 if (CP == ConstantPools.end()) in getConstantPool()
84 return &CP->second; in getConstantPool()
93 ConstantPool &CP) { in emitConstantPool() argument
94 if (!CP.empty()) { in emitConstantPool()
96 CP.emitEntries(Streamer); in emitConstantPool()
104 ConstantPool &CP = CPI.second; in emitAll() local
106 emitConstantPool(Streamer, Section, CP); in emitAll()
112 if (ConstantPool *CP = getConstantPool(Section)) in emitForCurrentSection() local
113 emitConstantPool(Streamer, Section, *CP); in emitForCurrentSection()
118 if (ConstantPool *CP = getConstantPool(Section)) in clearCacheForCurrentSection() local
119 CP->clearCache(); in clearCacheForCurrentSection()