Home
last modified time | relevance | path

Searched refs:GuardCFCheckFunction (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h644 support::ulittle32_t GuardCFCheckFunction; member
702 support::ulittle64_t GuardCFCheckFunction; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp865 if (Conf->Size < offsetof(coff_load_configuration32, GuardCFCheckFunction)) in printCOFFLoadConfig()
876 W.printHex("GuardCFCheckFunction", Conf->GuardCFCheckFunction); in printCOFFLoadConfig()