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.h645 support::ulittle32_t GuardCFFunctionCount; member
703 support::ulittle64_t GuardCFFunctionCount; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp621 MCase(GuardCFFunctionCount); in mapLoadConfig()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1071 W.printNumber("GuardCFFunctionCount", Conf->GuardCFFunctionCount); in printCOFFLoadConfig()
1076 Tables.GuardFidTableCount = Conf->GuardCFFunctionCount; in printCOFFLoadConfig()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp2953 CHECK_ABSOLUTE(GuardCFFunctionCount, "__guard_fids_count") in prepareLoadConfig()