Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h631 support::ulittle32_t VirtualMemoryThreshold; member
689 support::ulittle64_t VirtualMemoryThreshold; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp497 << "\n Virtual Memory Threshold: " << LoadConf->VirtualMemoryThreshold in printLoadConfiguration()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp609 MCase(VirtualMemoryThreshold); in mapLoadConfig()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1048 W.printHex("VirtualMemoryThreshold", Conf->VirtualMemoryThreshold); in printCOFFLoadConfig()