Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DConstantPools.cpp67 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()
105 void AssemblerConstantPools::clearCacheForCurrentSection(MCStreamer &Streamer) { in clearCacheForCurrentSection()
112 const MCExpr *AssemblerConstantPools::addEntry(MCStreamer &Streamer, in addEntry()
/external/llvm/lib/MC/
DConstantPools.cpp50 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool()
59 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) { in getOrCreateConstantPool()
71 void AssemblerConstantPools::emitAll(MCStreamer &Streamer) { in emitAll()
81 void AssemblerConstantPools::emitForCurrentSection(MCStreamer &Streamer) { in emitForCurrentSection()
88 const MCExpr *AssemblerConstantPools::addEntry(MCStreamer &Streamer, in addEntry()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64TargetStreamer.h37 std::unique_ptr<AssemblerConstantPools> ConstantPools;
DAArch64TargetStreamer.cpp22 : MCTargetStreamer(S), ConstantPools(new AssemblerConstantPools()) {} in AArch64TargetStreamer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64TargetStreamer.h37 std::unique_ptr<AssemblerConstantPools> ConstantPools;
DAArch64TargetStreamer.cpp23 : MCTargetStreamer(S), ConstantPools(new AssemblerConstantPools()) {} in AArch64TargetStreamer()
/external/llvm/include/llvm/MC/
DConstantPools.h63 class AssemblerConstantPools {
DMCStreamer.h44 class AssemblerConstantPools; variable
148 std::unique_ptr<AssemblerConstantPools> ConstantPools;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DConstantPools.h71 class AssemblerConstantPools {
DMCStreamer.h40 class AssemblerConstantPools; variable
170 std::unique_ptr<AssemblerConstantPools> ConstantPools;
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp24 : MCTargetStreamer(S), ConstantPools(new AssemblerConstantPools()) {} in ARMTargetStreamer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp31 : MCTargetStreamer(S), ConstantPools(new AssemblerConstantPools()) {} in ARMTargetStreamer()