Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dload-config.test31 X86: GuardCFFunctionTable: 0x100020A4
76 X64: GuardCFFunctionTable: 0x180002158
/llvm-project-15.0.7/lld/test/COFF/
H A Dgiats.s16 # CHECK: GuardCFFunctionTable: 0x140002114
36 # DELAY-CHECK: GuardCFFunctionTable: 0x140002114
H A Dgfids-gc.s30 # CHECK-NOGC: GuardCFFunctionTable: 0x14000{{.*}}
53 # CHECK-GC: GuardCFFunctionTable: 0x14000{{.*}}
H A Dguardcf-lto.ll17 ; CHECK: GuardCFFunctionTable: 0x{{[^0].*}}
H A Dgfids-corrupt.s16 # CHECK: GuardCFFunctionTable: 0x14000{{.*}}
H A Dguard-longjmp.s12 # CHECK: GuardCFFunctionTable: 0x14000{{.*}}
H A Dgfids-fallback.s13 # CHECK: GuardCFFunctionTable: 0x14000{{.*}}
H A Dgfids-icf.s25 # CHECK: GuardCFFunctionTable: 0x14000{{.*}}
H A Dguard-ehcont.s12 # CHECK: GuardCFFunctionTable: 0x14000{{.*}}
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DCOFF.h646 support::ulittle32_t GuardCFFunctionTable; member
704 support::ulittle64_t GuardCFFunctionTable; member
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp882 W.printHex("GuardCFFunctionTable", Conf->GuardCFFunctionTable); in printCOFFLoadConfig()
886 Tables.GuardFidTableVA = Conf->GuardCFFunctionTable; in printCOFFLoadConfig()