Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dcoff-load-config.test32 X86: GuardCFFunctionCount: 11
77 X64: GuardCFFunctionCount: 9
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h631 support::ulittle32_t GuardCFFunctionCount; member
678 support::ulittle64_t GuardCFFunctionCount; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp861 W.printNumber("GuardCFFunctionCount", Conf->GuardCFFunctionCount); in printCOFFLoadConfig()
865 Tables.GuardFidTableCount = Conf->GuardCFFunctionCount; in printCOFFLoadConfig()