Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h633 support::ulittle32_t GuardCFCheckFunction; member
691 support::ulittle64_t GuardCFCheckFunction; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp922 if (Conf->Size < offsetof(coff_load_configuration32, GuardCFCheckFunction)) in printCOFFLoadConfig()
933 W.printHex("GuardCFCheckFunction", Conf->GuardCFCheckFunction); in printCOFFLoadConfig()