Home
last modified time | relevance | path

Searched refs:SizeOfHeapCommit (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h202 Dest.SizeOfHeapCommit = Src.SizeOfHeapCommit; in copyPeHeader()
/freebsd/stand/efi/include/amd64/
H A Dpe.h155 UINT32 SizeOfHeapCommit; member
/freebsd/stand/efi/include/i386/
H A Dpe.h155 UINT32 SizeOfHeapCommit; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp392 Header->SizeOfHeapCommit = CP.Obj.OptionalHeader->Header.SizeOfHeapCommit; in initializeOptionalHeader()
H A DCOFFYAML.cpp473 IO.mapOptional("SizeOfHeapCommit", PH.Header.SizeOfHeapCommit); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h585 uint64_t SizeOfHeapCommit; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h133 support::ulittle32_t SizeOfHeapCommit; member
167 support::ulittle64_t SizeOfHeapCommit; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp160 printAddr("SizeOfHeapCommit", Hdr.SizeOfHeapCommit); in printPEHeader()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1656 pe->SizeOfHeapCommit = config->heapCommit; in writeHeader()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp749 W.printNumber("SizeOfHeapCommit", Hdr->SizeOfHeapCommit); in printPEHeader()