Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp77 STATISTIC(NumGadgets, "Number of LVI gadgets detected during analysis");
125 size_type EdgesSize, int NumFences = 0, int NumGadgets = 0) in MachineGadgetGraph()
127 NumFences(NumFences), NumGadgets(NumGadgets) {} in MachineGadgetGraph()
135 int NumGadgets; member
495 NumGadgets += GadgetCount; in getGadgetGraph()
605 Graph->NumGadgets = RemainingGadgets; in trimMitigatedEdges()
621 if (Graph->NumGadgets == 0) in hardenLoadsWithPlugin()
668 if (Graph->NumGadgets == 0) in hardenLoadsWithHeuristic()