Searched refs:ByteAlignment (Results 1 - 25 of 37) sorted by relevance

12

/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetStreamer.h19 virtual void EmitCodeAlignment(unsigned ByteAlignment, argument
23 unsigned ByteAlignment,
22 EmitCommonSymbolSorted(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment, unsigned AccessGranularity) argument
/external/swiftshader/third_party/LLVM/lib/MC/
H A DWinCOFFStreamer.cpp48 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);
134 AddCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment, bool External) argument
300 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
308 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
316 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, unsigned Size,unsigned ByteAlignment) argument
321 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
332 EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, unsigned ValueSize, unsigned MaxBytesToEmit) argument
348 EmitCodeAlignment(unsigned ByteAlignment, unsigned MaxBytesToEmit) argument
[all...]
H A DMCMachOStreamer.cpp54 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 !
70 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
281 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
291 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, unsigned Size, unsigned ByteAlignment) argument
321 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
333 EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, unsigned ValueSize, unsigned MaxBytesToEmit) argument
348 EmitCodeAlignment(unsigned ByteAlignment, unsigned MaxBytesToEmit) argument
[all...]
H A DMCNullStreamer.cpp61 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, argument
79 virtual void EmitCodeAlignment(unsigned ByteAlignment, argument
60 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
62 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
66 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
H A DMCPureStreamer.cpp42 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, argument
163 MaxBytesToEmit = ByteAlignment;
164 new MCAlignFragment(ByteAlignment, Valu
67 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
89 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
146 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, unsigned Size, unsigned ByteAlignment) argument
172 EmitCodeAlignment(unsigned ByteAlignment, unsigned MaxBytesToEmit) argument
[all...]
H A DMCELFStreamer.cpp196 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, argument
245 MaxBytesToEmit = ByteAlignment;
246 new MCAlignFragment(ByteAlignment, Value, ValueSize, MaxBytesToEmit,
250 if (ByteAlignment > getCurrentSectionData()->getAlignment())
251 getCurrentSectionData()->setAlignment(ByteAlignment);
195 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
223 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
254 EmitCodeAlignment(unsigned ByteAlignment, unsigned MaxBytesToEmit) argument
360 unsigned ByteAlignment = i->ByteAlignment; local
[all...]
H A DMCAsmInfoCOFF.cpp22 LCOMMDirectiveType = LCOMM::ByteAlignment;
H A DMCLoggingStreamer.cpp131 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, argument
190 return Child->EmitValueToAlignment(ByteAlignment, Valu
130 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
136 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
194 EmitCodeAlignment(unsigned ByteAlignment, unsigned MaxBytesToEmit = 0) argument
[all...]
H A DMCELFStreamer.h55 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; member in struct:llvm::MCELFStreamer::LocalCommon
H A DMCAsmStreamer.cpp155 unsigned ByteAlignment);
163 unsigned ByteAlignment);
166 unsigned Size = 0, unsigned ByteAlignment = 0);
169 uint64_t Size, unsigned ByteAlignment = 0);
188 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
192 virtual void EmitCodeAlignment(unsigned ByteAlignment,
474 unsigned ByteAlignment) {
476 if (ByteAlignment != 0) {
478 OS << ',' << ByteAlignment; local
480 OS << ',' << Log2_32(ByteAlignment);
473 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
502 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, unsigned Size, unsigned ByteAlignment) argument
522 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
681 EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, unsigned ValueSize, unsigned MaxBytesToEmit) argument
697 OS << ByteAlignment; local
722 OS << ' ' << ByteAlignment; local
729 EmitCodeAlignment(unsigned ByteAlignment, unsigned MaxBytesToEmit) argument
[all...]
/external/llvm/lib/MC/
H A DMCNullStreamer.cpp33 unsigned ByteAlignment) override {}
35 uint64_t Size = 0, unsigned ByteAlignment = 0) override {}
H A DMCAsmInfoCOFF.cpp24 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment;
H A DWinCOFFStreamer.cpp207 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 !
206 EmitCommonSymbol(MCSymbol *S, uint64_t Size, unsigned ByteAlignment) argument
238 EmitLocalCommonSymbol(MCSymbol *S, uint64_t Size, unsigned ByteAlignment) argument
259 EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
264 EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
[all...]
H A DMCMachOStreamer.cpp85 unsigned ByteAlignment) override;
99 unsigned ByteAlignment) override;
101 uint64_t Size = 0, unsigned ByteAlignment = 0) override;
103 unsigned ByteAlignment = 0) override;
397 unsigned ByteAlignment) {
403 Symbol->setCommon(Size, ByteAlignment);
407 unsigned ByteAlignment) {
410 Symbol, Size, ByteAlignment);
414 uint64_t Size, unsigned ByteAlignment) {
429 if (ByteAlignment !
396 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
406 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
413 EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
442 EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
[all...]
H A DMCELFStreamer.cpp296 unsigned ByteAlignment) {
313 EmitValueToAlignment(ByteAlignment, 0, 1, 0);
318 if (ByteAlignment > Section.getAlignment())
319 Section.setAlignment(ByteAlignment);
323 if(Symbol->declareCommon(Size, ByteAlignment))
337 unsigned ByteAlignment) {
343 EmitCommonSymbol(Symbol, Size, ByteAlignment);
354 void MCELFStreamer::EmitValueToAlignment(unsigned ByteAlignment, argument
360 MCObjectStreamer::EmitValueToAlignment(ByteAlignment, Value,
667 uint64_t Size, unsigned ByteAlignment) {
295 EmitCommonSymbol(MCSymbol *S, uint64_t Size, unsigned ByteAlignment) argument
336 EmitLocalCommonSymbol(MCSymbol *S, uint64_t Size, unsigned ByteAlignment) argument
666 EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
671 EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
[all...]
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCAsmInfo.cpp28 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment;
H A DHexagonMCELFStreamer.h34 unsigned ByteAlignment,
37 unsigned ByteAlignment, unsigned AccessSize);
H A DHexagonMCELFStreamer.cpp92 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);
90 HexagonMCEmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment, unsigned AccessSize) argument
140 HexagonMCEmitLocalCommonSymbol( MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment, unsigned AccessSize) argument
/external/llvm/include/llvm/MC/
H A DMCWinCOFFStreamer.h57 unsigned ByteAlignment) override;
59 unsigned ByteAlignment) override;
61 unsigned ByteAlignment) override;
63 unsigned ByteAlignment) override;
H A DMCELFStreamer.h54 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/lib/Target/PTX/
H A DPTXMCAsmStreamer.cpp129 unsigned ByteAlignment);
135 /// @param ByteAlignment - The alignment of the common symbol in bytes.
137 unsigned ByteAlignment);
140 unsigned Size = 0, unsigned ByteAlignment = 0);
143 uint64_t Size, unsigned ByteAlignment = 0);
157 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
161 virtual void EmitCodeAlignment(unsigned ByteAlignment,
286 unsigned ByteAlignment) {}
289 unsigned ByteAlignment) {}
292 unsigned Size, unsigned ByteAlignment) {}
285 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
288 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
291 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, unsigned Size, unsigned ByteAlignment) argument
294 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
427 EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, unsigned ValueSize, unsigned MaxBytesToEmit) argument
444 OS << ByteAlignment; local
469 OS << ' ' << ByteAlignment; local
476 EmitCodeAlignment(unsigned ByteAlignment, unsigned MaxBytesToEmit) argument
[all...]
/external/llvm/lib/Object/
H A DRecordStreamer.h37 unsigned ByteAlignment) override;
39 unsigned ByteAlignment) override;
H A DRecordStreamer.cpp99 uint64_t Size, unsigned ByteAlignment) {
104 unsigned ByteAlignment) {
98 EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
103 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp79 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment;
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCStreamer.h348 /// @param ByteAlignment - The alignment of the symbol if
351 unsigned ByteAlignment) = 0;
357 /// @param ByteAlignment - The alignment of the common symbol in bytes.
359 unsigned ByteAlignment) = 0;
366 /// @param ByteAlignment - The alignment of the zerofill symbol if
369 unsigned Size = 0,unsigned ByteAlignment = 0) = 0;
376 /// @param ByteAlignment - The alignment of the thread local common symbol
379 uint64_t Size, unsigned ByteAlignment = 0) = 0;
454 /// the byte alignment @p ByteAlignment is reached.
462 /// @param ByteAlignment
[all...]

Completed in 272 milliseconds

12