Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DConstantPools.cpp79 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool()
88 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) { in getOrCreateConstantPool()
100 void AssemblerConstantPools::emitAll(MCStreamer &Streamer) { in emitAll()
110 void AssemblerConstantPools::emitForCurrentSection(MCStreamer &Streamer) { in emitForCurrentSection()
116 void AssemblerConstantPools::clearCacheForCurrentSection(MCStreamer &Streamer) { in clearCacheForCurrentSection()
122 const MCExpr *AssemblerConstantPools::addEntry(MCStreamer &Streamer, in addEntry()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DConstantPools.h70 class AssemblerConstantPools {
H A DMCStreamer.h41 class AssemblerConstantPools; variable
199 std::unique_ptr<AssemblerConstantPools> ConstantPools;
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp35 : MCTargetStreamer(S), ConstantPools(new AssemblerConstantPools()) {} in AArch64TargetStreamer()
H A DAArch64TargetStreamer.h85 std::unique_ptr<AssemblerConstantPools> ConstantPools;
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp30 : MCTargetStreamer(S), ConstantPools(new AssemblerConstantPools()) {} in ARMTargetStreamer()