HomeSort by: relevance | last modified time | path
    Searched defs:useLVIControlFlowIntegrity (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.h 459 bool UseLVIControlFlowIntegrity = false;
775 return useRetpolineIndirectCalls() || useLVIControlFlowIntegrity();
778 return useRetpolineIndirectBranches() || useLVIControlFlowIntegrity();
783 bool useLVIControlFlowIntegrity() const { return UseLVIControlFlowIntegrity; }
X86Subtarget.h 459 bool UseLVIControlFlowIntegrity = false;
775 return useRetpolineIndirectCalls() || useLVIControlFlowIntegrity();
778 return useRetpolineIndirectBranches() || useLVIControlFlowIntegrity();
783 bool useLVIControlFlowIntegrity() const { return UseLVIControlFlowIntegrity; }

Completed in 33 milliseconds