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

/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCPureStreamer.cpp42 uint64_t Size = 0, unsigned ByteAlignment = 0);
44 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
47 virtual void EmitCodeAlignment(unsigned ByteAlignment,
62 uint64_t Size, unsigned ByteAlignment = 0) {
69 unsigned ByteAlignment) {
91 unsigned ByteAlignment) {
146 uint64_t Size, unsigned ByteAlignment) {
156 void MCPureStreamer::EmitValueToAlignment(unsigned ByteAlignment, argument
162 MaxBytesToEmit = ByteAlignment;
163 insert(new MCAlignFragment(ByteAlignment, Valu
68 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
90 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
145 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
170 EmitCodeAlignment(unsigned ByteAlignment, unsigned MaxBytesToEmit) argument
[all...]
H A DMCAsmInfoCOFF.cpp25 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment;
H A DMCNullStreamer.cpp69 unsigned ByteAlignment) {}
71 unsigned ByteAlignment) {}
73 uint64_t Size = 0, unsigned ByteAlignment = 0) {}
75 uint64_t Size, unsigned ByteAlignment) {}
82 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0, argument
86 virtual void EmitCodeAlignment(unsigned ByteAlignment, argument
68 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
70 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
74 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
H A DWinCOFFStreamer.cpp48 unsigned ByteAlignment, bool External);
67 unsigned ByteAlignment);
69 unsigned ByteAlignment);
71 uint64_t Size,unsigned ByteAlignment);
73 uint64_t Size, unsigned ByteAlignment);
137 unsigned ByteAlignment, bool External) {
159 if (SectionData.getAlignment() < ByteAlignment)
160 SectionData.setAlignment(ByteAlignment);
166 if (ByteAlignment != 1)
167 new MCAlignFragment(ByteAlignment,
136 AddCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment, bool External) argument
280 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
288 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
296 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size,unsigned ByteAlignment) argument
301 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
[all...]
H A DMCMachOStreamer.cpp58 unsigned ByteAlignment);
75 unsigned ByteAlignment);
77 uint64_t Size = 0, unsigned ByteAlignment = 0);
79 uint64_t Size, unsigned ByteAlignment = 0);
324 unsigned ByteAlignment) {
332 SD.setCommon(Size, ByteAlignment);
336 unsigned ByteAlignment) {
341 Symbol, Size, ByteAlignment);
345 uint64_t Size, unsigned ByteAlignment) {
360 if (ByteAlignment !
323 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
335 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
344 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
375 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
[all...]
H A DMCAsmStreamer.cpp166 unsigned ByteAlignment);
172 /// @param ByteAlignment - The alignment of the common symbol in bytes.
174 unsigned ByteAlignment);
177 uint64_t Size = 0, unsigned ByteAlignment = 0);
180 uint64_t Size, unsigned ByteAlignment = 0);
198 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
202 virtual void EmitCodeAlignment(unsigned ByteAlignment,
519 unsigned ByteAlignment) {
524 if (ByteAlignment != 0) {
526 OS << ',' << ByteAlignment; local
518 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
559 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
582 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
746 EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, unsigned ValueSize, unsigned MaxBytesToEmit) argument
762 OS << ByteAlignment; local
787 OS << ' ' << ByteAlignment; local
794 EmitCodeAlignment(unsigned ByteAlignment, unsigned MaxBytesToEmit) argument
[all...]
H A DMCELFStreamer.cpp263 unsigned ByteAlignment) {
282 struct LocalCommon L = {&SD, Size, ByteAlignment};
285 SD.setCommon(Size, ByteAlignment);
297 unsigned ByteAlignment) {
303 EmitCommonSymbol(Symbol, Size, ByteAlignment);
313 void MCELFStreamer::EmitValueToAlignment(unsigned ByteAlignment, argument
319 MCObjectStreamer::EmitValueToAlignment(ByteAlignment, Value,
550 unsigned ByteAlignment = i->ByteAlignment; local
555 new MCAlignFragment(ByteAlignment,
262 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
296 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
617 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
622 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
[all...]
H A DMCObjectStreamer.cpp312 void MCObjectStreamer::EmitValueToAlignment(unsigned ByteAlignment, argument
317 MaxBytesToEmit = ByteAlignment;
318 insert(new MCAlignFragment(ByteAlignment, Value, ValueSize, MaxBytesToEmit));
321 if (ByteAlignment > getCurrentSectionData()->getAlignment())
322 getCurrentSectionData()->setAlignment(ByteAlignment);
325 void MCObjectStreamer::EmitCodeAlignment(unsigned ByteAlignment, argument
327 EmitValueToAlignment(ByteAlignment, 0, 1, MaxBytesToEmit);
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCAsmInfo.cpp30 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment;
/freebsd-9.3-release/sys/contrib/dev/acpica/executer/
H A Dexprep.c83 * ByteAlignment (1, 2, 3, or 4)
230 * ByteAlignment (1, 2, 3, or 4)
243 UINT32 ByteAlignment; local
257 ByteAlignment =
261 BitLength = ByteAlignment * 8;
264 ByteAlignment = 1;
270 ByteAlignment = 1;
275 ByteAlignment = 2;
280 ByteAlignment = 4;
285 ByteAlignment
343 UINT32 ByteAlignment; local
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCELFStreamer.h60 unsigned ByteAlignment);
71 unsigned ByteAlignment);
74 uint64_t Size = 0, unsigned ByteAlignment = 0);
76 uint64_t Size, unsigned ByteAlignment = 0);
104 unsigned ByteAlignment; member in struct:llvm::MCELFStreamer::LocalCommon
H A DMCObjectStreamer.h98 virtual void EmitValueToAlignment(unsigned ByteAlignment,
102 virtual void EmitCodeAlignment(unsigned ByteAlignment,
H A DMCStreamer.h426 /// @param ByteAlignment - The alignment of the symbol if
429 unsigned ByteAlignment) = 0;
435 /// @param ByteAlignment - The alignment of the common symbol in bytes.
437 unsigned ByteAlignment) = 0;
444 /// @param ByteAlignment - The alignment of the zerofill symbol if
447 uint64_t Size = 0, unsigned ByteAlignment = 0) = 0;
454 /// @param ByteAlignment - The alignment of the thread local common symbol
457 uint64_t Size, unsigned ByteAlignment = 0) = 0;
531 /// the byte alignment @p ByteAlignment is reached.
539 /// @param ByteAlignment
[all...]
H A DMCAsmInfo.h37 enum LCOMMType { NoAlignment, ByteAlignment, Log2Alignment }; enumerator in enum:llvm::LCOMM::LCOMMType
/freebsd-9.3-release/contrib/llvm/lib/LTO/
H A DLTOModule.cpp638 uint64_t Size , unsigned ByteAlignment) {
642 unsigned ByteAlignment) {
665 unsigned ByteAlignment) {}
667 uint64_t Size, unsigned ByteAlignment) {}
672 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, argument
675 virtual void EmitCodeAlignment(unsigned ByteAlignment, argument
637 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size , unsigned ByteAlignment) argument
641 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
664 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
666 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
/freebsd-9.3-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3461 (IsLocal && LCOMM == LCOMM::ByteAlignment)) {

Completed in 325 milliseconds