Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h635 support::ulittle32_t GuardCFFunctionTable; member
693 support::ulittle64_t GuardCFFunctionTable; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp597 MCase(GuardCFFunctionTable); in mapLoadConfig()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1025 W.printHex("GuardCFFunctionTable", Conf->GuardCFFunctionTable); in printCOFFLoadConfig()
1030 Tables.GuardFidTableVA = Conf->GuardCFFunctionTable; in printCOFFLoadConfig()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp2489 CHECK_VA(GuardCFFunctionTable, "__guard_fids_table") in checkLoadConfigGuardData()