Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h635 support::ulittle32_t GuardCFFunctionTable; member
693 support::ulittle64_t GuardCFFunctionTable; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp935 W.printHex("GuardCFFunctionTable", Conf->GuardCFFunctionTable); in printCOFFLoadConfig()
940 Tables.GuardFidTableVA = Conf->GuardCFFunctionTable; in printCOFFLoadConfig()
/openbsd-src/gnu/llvm/lld/COFF/
H A DWriter.cpp2246 CHECK_VA(GuardCFFunctionTable, "__guard_fids_table") in checkLoadConfigGuardData()