Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64TargetStreamer.cpp24 : MCTargetStreamer(S), ConstantPools(new AssemblerConstantPools()) {} in AArch64TargetStreamer()
DAArch64TargetStreamer.h58 std::unique_ptr<AssemblerConstantPools> ConstantPools;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DConstantPools.h70 class AssemblerConstantPools {
DMCStreamer.h39 class AssemblerConstantPools; variable
184 std::unique_ptr<AssemblerConstantPools> ConstantPools;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp30 : MCTargetStreamer(S), ConstantPools(new AssemblerConstantPools()) {} in ARMTargetStreamer()