Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DConstantPools.cpp52 AssemblerConstantPools::getConstantPool(const MCSection *Section) { in getConstantPool()
61 AssemblerConstantPools::getOrCreateConstantPool(const MCSection *Section) { in getOrCreateConstantPool()
73 void AssemblerConstantPools::emitAll(MCStreamer &Streamer) { in emitAll()
85 void AssemblerConstantPools::emitForCurrentSection(MCStreamer &Streamer) { in emitForCurrentSection()
92 const MCExpr *AssemblerConstantPools::addEntry(MCStreamer &Streamer, in addEntry()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64TargetStreamer.cpp25 : MCTargetStreamer(S), ConstantPools(new AssemblerConstantPools()) {} in AArch64TargetStreamer()
/external/llvm/include/llvm/MC/
DConstantPools.h61 class AssemblerConstantPools {
DMCStreamer.h43 class AssemblerConstantPools; variable
110 std::unique_ptr<AssemblerConstantPools> ConstantPools;
163 std::unique_ptr<AssemblerConstantPools> ConstantPools;
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp24 : MCTargetStreamer(S), ConstantPools(new AssemblerConstantPools()) {} in ARMTargetStreamer()