reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ObjectYAML/COFFEmitter.cpp
  352   Header->SectionAlignment = CP.Obj.OptionalHeader->Header.SectionAlignment;
  358   uint32_t SizeOfImage = alignTo(SizeOfHeaders, Header->SectionAlignment);
  372       SizeOfImage += alignTo(S.Header.VirtualSize, Header->SectionAlignment);
tools/lld/COFF/Writer.cpp
 1325   pe->SectionAlignment = config->align;
tools/llvm-objcopy/COFF/COFFObjcopy.cpp
   40                  Obj.IsPE ? Obj.PeHeader.SectionAlignment : 1);
tools/llvm-objcopy/COFF/Object.h
  185   Dest.SectionAlignment = Src.SectionAlignment;
  185   Dest.SectionAlignment = Src.SectionAlignment;
tools/llvm-objcopy/COFF/Writer.cpp
  206                   Obj.PeHeader.SectionAlignment);
tools/llvm-readobj/COFFDumper.cpp
  675   W.printNumber("SectionAlignment", Hdr->SectionAlignment);
tools/obj2yaml/coff2yaml.cpp
   58       OptionalHeader->SectionAlignment;