Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h633 support::ulittle32_t VirtualMemoryThreshold; member
691 support::ulittle64_t VirtualMemoryThreshold; member
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp336 << "\n Virtual Memory Threshold: " << LoadConf->VirtualMemoryThreshold in printLoadConfiguration()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp856 W.printHex("VirtualMemoryThreshold", Conf->VirtualMemoryThreshold); in printCOFFLoadConfig()