Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h636 support::ulittle32_t GuardCFFunctionCount; member
694 support::ulittle64_t GuardCFFunctionCount; member
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp936 W.printNumber("GuardCFFunctionCount", Conf->GuardCFFunctionCount); in printCOFFLoadConfig()
941 Tables.GuardFidTableCount = Conf->GuardCFFunctionCount; in printCOFFLoadConfig()
/openbsd/gnu/llvm/lld/COFF/
H A DWriter.cpp2247 CHECK_ABSOLUTE(GuardCFFunctionCount, "__guard_fids_count") in checkLoadConfigGuardData()