Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h629 support::ulittle32_t DeCommitFreeBlockThreshold; member
687 support::ulittle64_t DeCommitFreeBlockThreshold; member
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp332 << "\n Decommit Free Block Threshold: " << LoadConf->DeCommitFreeBlockThreshold in printLoadConfiguration()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp852 W.printHex("DeCommitFreeBlockThreshold", Conf->DeCommitFreeBlockThreshold); in printCOFFLoadConfig()