Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dload-config.test32 X86: GuardCFFunctionCount: 11
77 X64: GuardCFFunctionCount: 9
/llvm-project-15.0.7/lld/test/COFF/
H A Dgiats.s17 # CHECK: GuardCFFunctionCount: 1
37 # DELAY-CHECK: GuardCFFunctionCount: 2
H A Dgfids-gc.s31 # CHECK-NOGC: GuardCFFunctionCount: 3
54 # CHECK-GC: GuardCFFunctionCount: 2
H A Dguardcf-lto.ll18 ; CHECK-NEXT: GuardCFFunctionCount: 2
H A Dgfids-corrupt.s17 # CHECK: GuardCFFunctionCount: 2
H A Dguard-longjmp.s13 # CHECK: GuardCFFunctionCount: 1
H A Dgfids-fallback.s14 # CHECK: GuardCFFunctionCount: 3
H A Dgfids-icf.s26 # CHECK: GuardCFFunctionCount: 2
H A Dguard-ehcont.s13 # CHECK: GuardCFFunctionCount: 1
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DCOFF.h647 support::ulittle32_t GuardCFFunctionCount; member
705 support::ulittle64_t GuardCFFunctionCount; member
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp883 W.printNumber("GuardCFFunctionCount", Conf->GuardCFFunctionCount); in printCOFFLoadConfig()
887 Tables.GuardFidTableCount = Conf->GuardCFFunctionCount; in printCOFFLoadConfig()