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.h622 support::ulittle32_t VirtualMemoryThreshold; member
680 support::ulittle64_t VirtualMemoryThreshold; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp479 << "\n Virtual Memory Threshold: " << LoadConf->VirtualMemoryThreshold in printLoadConfiguration()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp586 MCase(VirtualMemoryThreshold); in mapLoadConfig()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1000 W.printHex("VirtualMemoryThreshold", Conf->VirtualMemoryThreshold); in printCOFFLoadConfig()