Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h618 support::ulittle32_t DeCommitFreeBlockThreshold; member
676 support::ulittle64_t DeCommitFreeBlockThreshold; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp475 << "\n Decommit Free Block Threshold: " << LoadConf->DeCommitFreeBlockThreshold in printLoadConfiguration()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp582 MCase(DeCommitFreeBlockThreshold); in mapLoadConfig()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp999 W.printHex("DeCommitFreeBlockThreshold", Conf->DeCommitFreeBlockThreshold); in printCOFFLoadConfig()