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

  /external/llvm/lib/MC/
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,
277 unsigned ByteAlignment) {
283 SD.setCommon(Size, ByteAlignment);
287 unsigned Size, unsigned ByteAlignment) {
301 if (ByteAlignment != 1
    [all...]
MCNullStreamer.cpp 62 unsigned ByteAlignment) {}
64 unsigned ByteAlignment) {}
66 unsigned Size = 0, unsigned ByteAlignment = 0) {}
68 uint64_t Size, unsigned ByteAlignment) {}
76 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
80 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...]
WinCOFFStreamer.cpp 48 unsigned ByteAlignment, bool External);
66 unsigned ByteAlignment);
68 unsigned ByteAlignment);
70 unsigned Size,unsigned ByteAlignment);
72 uint64_t Size, unsigned ByteAlignment);
74 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value,
76 virtual void EmitCodeAlignment(unsigned ByteAlignment,
136 unsigned ByteAlignment, bool External) {
157 if (SectionData.getAlignment() < ByteAlignment)
158 SectionData.setAlignment(ByteAlignment);
    [all...]
MCELFStreamer.cpp 66 unsigned ByteAlignment);
89 unsigned ByteAlignment);
92 unsigned Size = 0, unsigned ByteAlignment = 0) {
96 uint64_t Size, unsigned ByteAlignment = 0) {
100 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
103 virtual void EmitCodeAlignment(unsigned ByteAlignment,
121 unsigned ByteAlignment;
319 unsigned ByteAlignment) {
337 struct LocalCommon L = {&SD, Size, ByteAlignment};
340 SD.setCommon(Size, ByteAlignment);
    [all...]
MCAsmInfoCOFF.cpp 23 LCOMMDirectiveType = LCOMM::ByteAlignment;
MCAsmStreamer.cpp 162 unsigned ByteAlignment);
170 unsigned ByteAlignment);
173 unsigned Size = 0, unsigned ByteAlignment = 0);
176 uint64_t Size, unsigned ByteAlignment = 0);
197 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
201 virtual void EmitCodeAlignment(unsigned ByteAlignment,
487 unsigned ByteAlignment) {
489 if (ByteAlignment != 0) {
491 OS << ',' << ByteAlignment;
493 OS << ',' << Log2_32(ByteAlignment);
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCAsmInfo.cpp 27 LCOMMDirectiveType = LCOMM::ByteAlignment;
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 130 unsigned ByteAlignment);
136 /// @param ByteAlignment - The alignment of the common symbol in bytes.
138 unsigned ByteAlignment);
141 unsigned Size = 0, unsigned ByteAlignment = 0);
144 uint64_t Size, unsigned ByteAlignment = 0);
158 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
162 virtual void EmitCodeAlignment(unsigned ByteAlignment,
288 unsigned ByteAlignment) {}
291 unsigned ByteAlignment) {}
294 unsigned Size, unsigned ByteAlignment) {}
    [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 355 /// @param ByteAlignment - The alignment of the symbol if
358 unsigned ByteAlignment) = 0;
364 /// @param ByteAlignment - The alignment of the common symbol in bytes.
366 unsigned ByteAlignment) = 0;
373 /// @param ByteAlignment - The alignment of the zerofill symbol if
376 unsigned Size = 0,unsigned ByteAlignment = 0) = 0;
383 /// @param ByteAlignment - The alignment of the thread local common symbol
386 uint64_t Size, unsigned ByteAlignment = 0) = 0;
469 /// the byte alignment @p ByteAlignment is reached.
477 /// @param ByteAlignment - The alignment to reach. This must be a power o
    [all...]
MCAsmInfo.h 36 enum LCOMMType { None, NoAlignment, ByteAlignment };
  /external/llvm/tools/lto/
LTOModule.cpp 602 unsigned Size , unsigned ByteAlignment) {
606 unsigned ByteAlignment) {
623 unsigned ByteAlignment) {}
625 uint64_t Size, unsigned ByteAlignment) {}
631 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value,
634 virtual void EmitCodeAlignment(unsigned ByteAlignment,

Completed in 407 milliseconds