Home
last modified time | relevance | path

Searched refs:AssemblerConstantPools (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DConstantPools.cpp66 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool()
75 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) { in getOrCreateConstantPool()
87 void AssemblerConstantPools::emitAll(MCStreamer &Streamer) { in emitAll()
97 void AssemblerConstantPools::emitForCurrentSection(MCStreamer &Streamer) { in emitForCurrentSection()
103 void AssemblerConstantPools::clearCacheForCurrentSection(MCStreamer &Streamer) { in clearCacheForCurrentSection()
109 const MCExpr *AssemblerConstantPools::addEntry(MCStreamer &Streamer, in addEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DConstantPools.h69 class AssemblerConstantPools {
H A DMCStreamer.h41 class AssemblerConstantPools; variable
184 std::unique_ptr<AssemblerConstantPools> ConstantPools;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp35 : MCTargetStreamer(S), ConstantPools(new AssemblerConstantPools()) {} in AArch64TargetStreamer()
H A DAArch64TargetStreamer.h71 std::unique_ptr<AssemblerConstantPools> ConstantPools;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp30 : MCTargetStreamer(S), ConstantPools(new AssemblerConstantPools()) {} in ARMTargetStreamer()