Home
last modified time | relevance | path

Searched refs:Win32VersionValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h193 Dest.Win32VersionValue = Src.Win32VersionValue; in copyPeHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h575 uint32_t Win32VersionValue; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h123 support::ulittle32_t Win32VersionValue; member
158 support::ulittle32_t Win32VersionValue; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp132 printU32("Win32Version", Hdr.Win32VersionValue, "%08x\n"); in printPEHeader()