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