HomeSort by: relevance | last modified time | path
    Searched refs:ConstantPools (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64TargetStreamer.cpp 17 #include "llvm/MC/ConstantPools.h"
35 : MCTargetStreamer(S), ConstantPools(new AssemblerConstantPools()) {}
44 return ConstantPools->addEntry(Streamer, Expr, Size, Loc);
48 ConstantPools->emitForCurrentSection(Streamer);
54 ConstantPools->emitAll(Streamer);
AArch64TargetStreamer.h 71 std::unique_ptr<AssemblerConstantPools> ConstantPools;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
ConstantPools.cpp 1 //===- ConstantPools.cpp - ConstantPool class -----------------------------===//
13 #include "llvm/MC/ConstantPools.h"
67 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section);
68 if (CP == ConstantPools.end())
76 return ConstantPools[Section];
89 for (auto &CPI : ConstantPools) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
ConstantPools.h 1 //===- ConstantPools.h - Keep track of assembler-generated ------*- C++ -*-===//
85 ConstantPoolMapTy ConstantPools;
MCStreamer.h 184 std::unique_ptr<AssemblerConstantPools> ConstantPools;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMTargetStreamer.cpp 14 #include "llvm/MC/ConstantPools.h"
30 : MCTargetStreamer(S), ConstantPools(new AssemblerConstantPools()) {}
37 return ConstantPools->addEntry(Streamer, Expr, 4, Loc);
41 ConstantPools->emitForCurrentSection(Streamer);
42 ConstantPools->clearCacheForCurrentSection(Streamer);
46 void ARMTargetStreamer::finish() { ConstantPools->emitAll(Streamer); }
  /src/external/apache2/llvm/lib/libLLVMMC/
Makefile 9 SRCS+= ConstantPools.cpp \

Completed in 24 milliseconds