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

/external/llvm/lib/MC/
H A DMCNullStreamer.cpp62 unsigned ByteAlignment) {}
64 unsigned ByteAlignment) {}
66 uint64_t Size = 0, unsigned ByteAlignment = 0) {}
68 uint64_t Size, unsigned ByteAlignment) {}
76 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0, argument
80 virtual void EmitCodeAlignment(unsigned ByteAlignment, argument
61 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
63 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
67 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
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,
61 uint64_t Size, unsigned ByteAlignment = 0) {
68 unsigned ByteAlignment) {
90 unsigned ByteAlignment) {
147 uint64_t 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, uint64_t Size, unsigned ByteAlignment) argument
172 EmitCodeAlignment(unsigned ByteAlignment, unsigned MaxBytesToEmit) argument
[all...]
H A DWinCOFFStreamer.cpp48 unsigned ByteAlignment, bool External);
66 unsigned ByteAlignment);
68 unsigned ByteAlignment);
70 uint64_t 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);
135 AddCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment, bool External) argument
310 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
318 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
326 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size,unsigned ByteAlignment) argument
331 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
342 EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, unsigned ValueSize, unsigned MaxBytesToEmit) argument
358 EmitCodeAlignment(unsigned ByteAlignment, unsigned MaxBytesToEmit) argument
[all...]
H A DMCELFStreamer.cpp68 unsigned ByteAlignment);
91 unsigned ByteAlignment);
94 uint64_t Size = 0, unsigned ByteAlignment = 0) {
98 uint64_t Size, unsigned ByteAlignment = 0) {
102 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
105 virtual void EmitCodeAlignment(unsigned ByteAlignment,
123 unsigned ByteAlignment; member in struct:__anon8786::MCELFStreamer::LocalCommon
321 unsigned ByteAlignment) {
339 struct LocalCommon L = {&SD, Size, ByteAlignment};
342 SD.setCommon(Size, ByteAlignment);
320 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
348 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
364 EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, unsigned ValueSize, unsigned MaxBytesToEmit) argument
379 EmitCodeAlignment(unsigned ByteAlignment, unsigned MaxBytesToEmit) argument
496 unsigned ByteAlignment = i->ByteAlignment; local
[all...]
H A DMCMachOStreamer.cpp56 unsigned ByteAlignment);
73 unsigned ByteAlignment);
75 uint64_t 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,
317 unsigned ByteAlignment) {
323 SD.setCommon(Size, ByteAlignment);
327 unsigned ByteAlignment) {
332 Symbol, Size, ByteAlignment);
316 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
326 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
335 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
365 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
377 EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, unsigned ValueSize, unsigned MaxBytesToEmit) argument
392 EmitCodeAlignment(unsigned ByteAlignment, unsigned MaxBytesToEmit) argument
[all...]
H A DMCAsmInfoCOFF.cpp25 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment;
H A DMCAsmStreamer.cpp163 unsigned ByteAlignment);
169 /// @param ByteAlignment - The alignment of the common symbol in bytes.
171 unsigned ByteAlignment);
174 uint64_t Size = 0, unsigned ByteAlignment = 0);
177 uint64_t Size, unsigned ByteAlignment = 0);
198 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
202 virtual void EmitCodeAlignment(unsigned ByteAlignment,
503 unsigned ByteAlignment) {
505 if (ByteAlignment != 0) {
507 OS << ',' << ByteAlignment; local
502 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
537 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
557 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
722 EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, unsigned ValueSize, unsigned MaxBytesToEmit) argument
738 OS << ByteAlignment; local
763 OS << ' ' << ByteAlignment; local
770 EmitCodeAlignment(unsigned ByteAlignment, unsigned MaxBytesToEmit) argument
[all...]
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCAsmInfo.cpp27 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment;
/external/llvm/include/llvm/MC/
H A DMCStreamer.h308 /// @param ByteAlignment - The alignment of the symbol if
311 unsigned ByteAlignment) = 0;
317 /// @param ByteAlignment - The alignment of the common symbol in bytes.
319 unsigned ByteAlignment) = 0;
326 /// @param ByteAlignment - The alignment of the zerofill symbol if
329 uint64_t Size = 0,unsigned ByteAlignment = 0) = 0;
336 /// @param ByteAlignment - The alignment of the thread local common symbol
339 uint64_t Size, unsigned ByteAlignment = 0) = 0;
422 /// the byte alignment @p ByteAlignment is reached.
430 /// @param ByteAlignment
[all...]
H A DMCAsmInfo.h36 enum LCOMMType { NoAlignment, ByteAlignment, Log2Alignment }; enumerator in enum:llvm::LCOMM::LCOMMType
/external/llvm/tools/lto/
H A DLTOModule.cpp747 uint64_t Size , unsigned ByteAlignment) {
751 unsigned ByteAlignment) {
768 unsigned ByteAlignment) {}
770 uint64_t Size, unsigned ByteAlignment) {}
776 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, argument
779 virtual void EmitCodeAlignment(unsigned ByteAlignment, argument
746 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size , unsigned ByteAlignment) argument
750 EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
767 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
769 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2289 (IsLocal && LCOMM == LCOMM::ByteAlignment)) {

Completed in 177 milliseconds