Searched refs:AssemblerConstantPools (Results 1 – 6 of 6) sorted by relevance
67 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool()76 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) { in getOrCreateConstantPool()88 void AssemblerConstantPools::emitAll(MCStreamer &Streamer) { in emitAll()98 void AssemblerConstantPools::emitForCurrentSection(MCStreamer &Streamer) { in emitForCurrentSection()104 void AssemblerConstantPools::clearCacheForCurrentSection(MCStreamer &Streamer) { in clearCacheForCurrentSection()110 const MCExpr *AssemblerConstantPools::addEntry(MCStreamer &Streamer, in addEntry()
24 : MCTargetStreamer(S), ConstantPools(new AssemblerConstantPools()) {} in AArch64TargetStreamer()
59 std::unique_ptr<AssemblerConstantPools> ConstantPools;
71 class AssemblerConstantPools {
41 class AssemblerConstantPools; variable176 std::unique_ptr<AssemblerConstantPools> ConstantPools;
31 : MCTargetStreamer(S), ConstantPools(new AssemblerConstantPools()) {} in ARMTargetStreamer()