HomeSort by relevance Sort by last modified time
    Searched refs:ByteAlignment (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/llvm/lib/Target/Hexagon/
HexagonTargetStreamer.h 19 virtual void EmitCodeAlignment(unsigned ByteAlignment,
23 unsigned ByteAlignment,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonTargetStreamer.h 19 virtual void EmitCodeAlignment(unsigned ByteAlignment,
23 unsigned ByteAlignment,
  /external/swiftshader/third_party/LLVM/lib/MC/
WinCOFFStreamer.cpp 48 unsigned ByteAlignment, bool External);
65 unsigned ByteAlignment);
67 unsigned ByteAlignment);
69 unsigned Size,unsigned ByteAlignment);
71 uint64_t Size, unsigned ByteAlignment);
73 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value,
75 virtual void EmitCodeAlignment(unsigned ByteAlignment,
135 unsigned ByteAlignment, bool External) {
156 if (SectionData.getAlignment() < ByteAlignment)
157 SectionData.setAlignment(ByteAlignment);
    [all...]
MCMachOStreamer.cpp 54 unsigned ByteAlignment);
71 unsigned ByteAlignment) {
75 unsigned Size = 0, unsigned ByteAlignment = 0);
77 uint64_t Size, unsigned ByteAlignment = 0);
79 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
82 virtual void EmitCodeAlignment(unsigned ByteAlignment,
282 unsigned ByteAlignment) {
288 SD.setCommon(Size, ByteAlignment);
292 unsigned Size, unsigned ByteAlignment) {
306 if (ByteAlignment != 1
    [all...]
MCNullStreamer.cpp 61 unsigned ByteAlignment) {}
63 unsigned ByteAlignment) {}
65 unsigned Size = 0, unsigned ByteAlignment = 0) {}
67 uint64_t Size, unsigned ByteAlignment) {}
75 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
79 virtual void EmitCodeAlignment(unsigned ByteAlignment,
MCPureStreamer.cpp 42 unsigned Size = 0, unsigned ByteAlignment = 0);
44 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
47 virtual void EmitCodeAlignment(unsigned ByteAlignment,
61 uint64_t Size, unsigned ByteAlignment = 0) {
68 unsigned ByteAlignment) {
90 unsigned ByteAlignment) {
147 unsigned Size, unsigned ByteAlignment) {
157 void MCPureStreamer::EmitValueToAlignment(unsigned ByteAlignment,
163 MaxBytesToEmit = ByteAlignment;
164 new MCAlignFragment(ByteAlignment, Value, ValueSize, MaxBytesToEmit
    [all...]
MCELFStreamer.cpp 196 unsigned ByteAlignment) {
214 struct LocalCommon L = {&SD, Size, ByteAlignment};
217 SD.setCommon(Size, ByteAlignment);
224 unsigned ByteAlignment) {
230 EmitCommonSymbol(Symbol, Size, ByteAlignment);
239 void MCELFStreamer::EmitValueToAlignment(unsigned ByteAlignment,
245 MaxBytesToEmit = ByteAlignment;
246 new MCAlignFragment(ByteAlignment, Value, ValueSize, MaxBytesToEmit,
250 if (ByteAlignment > getCurrentSectionData()->getAlignment())
251 getCurrentSectionData()->setAlignment(ByteAlignment);
    [all...]
MCAsmInfoCOFF.cpp 22 LCOMMDirectiveType = LCOMM::ByteAlignment;
MCELFStreamer.h 55 unsigned ByteAlignment);
78 unsigned ByteAlignment);
81 unsigned Size = 0, unsigned ByteAlignment = 0) {
85 uint64_t Size, unsigned ByteAlignment = 0) {
89 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
92 virtual void EmitCodeAlignment(unsigned ByteAlignment,
108 unsigned ByteAlignment;
MCLoggingStreamer.cpp 131 unsigned ByteAlignment) {
133 return Child->EmitCommonSymbol(Symbol, Size, ByteAlignment);
137 unsigned ByteAlignment) {
139 return Child->EmitLocalCommonSymbol(Symbol, Size, ByteAlignment);
143 unsigned Size = 0, unsigned ByteAlignment = 0) {
145 return Child->EmitZerofill(Section, Symbol, Size, ByteAlignment);
149 uint64_t Size, unsigned ByteAlignment = 0) {
151 return Child->EmitTBSSSymbol(Section, Symbol, Size, ByteAlignment);
186 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
190 return Child->EmitValueToAlignment(ByteAlignment, Value
    [all...]
  /external/llvm/lib/MC/
MCNullStreamer.cpp 33 unsigned ByteAlignment) override {}
35 uint64_t Size = 0, unsigned ByteAlignment = 0) override {}
MCAsmInfoCOFF.cpp 24 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment;
WinCOFFStreamer.cpp 207 unsigned ByteAlignment) {
212 if (ByteAlignment > 32)
216 Size = std::max(Size, static_cast<uint64_t>(ByteAlignment));
221 Symbol->setCommon(Size, ByteAlignment);
223 if (!T.isKnownWindowsMSVCEnvironment() && ByteAlignment > 1) {
229 << Log2_32_Ceil(ByteAlignment);
239 unsigned ByteAlignment) {
244 if (Section->getAlignment() < ByteAlignment)
245 Section->setAlignment(ByteAlignment);
250 if (ByteAlignment != 1
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCAsmInfo.cpp 28 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment;
HexagonMCELFStreamer.h 34 unsigned ByteAlignment,
37 unsigned ByteAlignment, unsigned AccessSize);
HexagonMCELFStreamer.cpp 92 unsigned ByteAlignment,
115 EmitValueToAlignment(ByteAlignment, 0, 1, 0);
120 if (ByteAlignment > Section.getAlignment())
121 Section.setAlignment(ByteAlignment);
125 if (ELFSymbol->declareCommon(Size, ByteAlignment))
141 MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment,
147 HexagonMCEmitCommonSymbol(Symbol, Size, ByteAlignment, AccessSize);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCAsmInfo.cpp 28 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment;
HexagonMCELFStreamer.cpp 90 unsigned ByteAlignment,
114 EmitValueToAlignment(ByteAlignment, 0, 1, 0);
120 if (ByteAlignment > Section.getAlignment())
121 Section.setAlignment(ByteAlignment);
125 if (ELFSymbol->declareCommon(Size, ByteAlignment))
142 unsigned ByteAlignment,
148 HexagonMCEmitCommonSymbol(Symbol, Size, ByteAlignment, AccessSize);
  /external/llvm/lib/Object/
RecordStreamer.h 37 unsigned ByteAlignment) override;
39 unsigned ByteAlignment) override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCNullStreamer.cpp 31 unsigned ByteAlignment) override {}
33 uint64_t Size = 0, unsigned ByteAlignment = 0,
MCAsmInfoCOFF.cpp 26 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment;
  /external/llvm/include/llvm/MC/
MCWinCOFFStreamer.h 57 unsigned ByteAlignment) override;
59 unsigned ByteAlignment) override;
61 unsigned ByteAlignment) override;
63 unsigned ByteAlignment) override;
MCELFStreamer.h 54 unsigned ByteAlignment) override;
63 unsigned ByteAlignment) override;
66 uint64_t Size = 0, unsigned ByteAlignment = 0) override;
68 unsigned ByteAlignment = 0) override;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCWasmStreamer.h 55 unsigned ByteAlignment) override;
60 unsigned ByteAlignment) override;
63 uint64_t Size = 0, unsigned ByteAlignment = 0,
66 unsigned ByteAlignment = 0) override;
MCWinCOFFStreamer.h 59 unsigned ByteAlignment) override;
61 unsigned ByteAlignment) override;
63 unsigned ByteAlignment, SMLoc Loc = SMLoc()) override;
65 unsigned ByteAlignment) override;

Completed in 258 milliseconds

1 2 3