Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h183 bool hasGuardEHCont() { return feat00Flags & 0x4000; } in hasGuardEHCont() function
H A DWriter.cpp1913 if (file->hasGuardEHCont()) in createGuardCFTables()