Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h621 support::ulittle32_t MaximumAllocationSize; member
679 support::ulittle64_t MaximumAllocationSize; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp478 << "\n Maximum Allocation Size: " << LoadConf->MaximumAllocationSize in printLoadConfiguration()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp585 MCase(MaximumAllocationSize); in mapLoadConfig()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1002 W.printHex("MaximumAllocationSize", Conf->MaximumAllocationSize); in printCOFFLoadConfig()