Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DConstantPools.cpp80 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool()
89 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) { in getOrCreateConstantPool()
101 void AssemblerConstantPools::emitAll(MCStreamer &Streamer) { in emitAll()
111 void AssemblerConstantPools::emitForCurrentSection(MCStreamer &Streamer) { in emitForCurrentSection()
117 void AssemblerConstantPools::clearCacheForCurrentSection(MCStreamer &Streamer) { in clearCacheForCurrentSection()
123 const MCExpr *AssemblerConstantPools::addEntry(MCStreamer &Streamer, in addEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DConstantPools.h75 class AssemblerConstantPools {
H A DMCStreamer.h42 class AssemblerConstantPools; variable
200 std::unique_ptr<AssemblerConstantPools> ConstantPools;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp34 : MCTargetStreamer(S), ConstantPools(new AssemblerConstantPools()) {} in AArch64TargetStreamer()
H A DAArch64TargetStreamer.h87 std::unique_ptr<AssemblerConstantPools> ConstantPools;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp29 : MCTargetStreamer(S), ConstantPools(new AssemblerConstantPools()) {} in ARMTargetStreamer()