Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h636 support::ulittle32_t GuardCFFunctionCount; member
694 support::ulittle64_t GuardCFFunctionCount; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp598 MCase(GuardCFFunctionCount); in mapLoadConfig()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1026 W.printNumber("GuardCFFunctionCount", Conf->GuardCFFunctionCount); in printCOFFLoadConfig()
1031 Tables.GuardFidTableCount = Conf->GuardCFFunctionCount; in printCOFFLoadConfig()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp2490 CHECK_ABSOLUTE(GuardCFFunctionCount, "__guard_fids_count") in checkLoadConfigGuardData()