Searched refs:FileAlignment (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.h30 size_t FileAlignment; member in class:llvm::objcopy::coff::COFFWriter
H A DCOFFWriter.cpp102 // aligned to FileAlignment.
114 FileSize = alignTo(FileSize, FileAlignment);
185 FileAlignment = 1;
192 FileAlignment = Obj.PeHeader.FileAlignment;
203 SizeOfHeaders = alignTo(SizeOfHeaders, FileAlignment);
249 FileSize = alignTo(FileSize, FileAlignment);
H A DCOFFObject.h186 Dest.FileAlignment = Src.FileAlignment;
H A DCOFFObjcopy.cpp73 Obj.IsPE ? Obj.PeHeader.FileAlignment : 1)
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp53 return Obj.OptionalHeader->Header.FileAlignment;
348 Header->FileAlignment = CP.Obj.OptionalHeader->Header.FileAlignment;
352 Header->FileAlignment);
H A DCOFFYAML.cpp459 IO.mapOptional("FileAlignment", PH.Header.FileAlignment, 1);
/freebsd-current/stand/efi/include/i386/
H A Dpe.h139 UINT32 FileAlignment; member in struct:_IMAGE_OPTIONAL_HEADER
/freebsd-current/stand/efi/include/amd64/
H A Dpe.h139 UINT32 FileAlignment; member in struct:_IMAGE_OPTIONAL_HEADER
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h568 uint32_t FileAlignment; member in struct:llvm::COFF::PE32Header
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h116 support::ulittle32_t FileAlignment; member in struct:llvm::object::pe32_header
151 support::ulittle32_t FileAlignment; member in struct:llvm::object::pe32plus_header
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp125 printU32("FileAlignment", Hdr.FileAlignment, "%08x\n");
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1632 pe->FileAlignment = config->fileAlign;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp730 W.printNumber("FileAlignment", Hdr->FileAlignment);

Completed in 277 milliseconds