Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h766 return useRetpolineIndirectCalls() || useLVIControlFlowIntegrity(); in useIndirectThunkCalls()
769 return useRetpolineIndirectBranches() || useLVIControlFlowIntegrity(); in useIndirectThunkBranches()
774 bool useLVIControlFlowIntegrity() const { return UseLVIControlFlowIntegrity; } in useLVIControlFlowIntegrity() function
DX86LoadValueInjectionRetHardening.cpp64 if (!Subtarget->useLVIControlFlowIntegrity() || !Subtarget->is64Bit()) in runOnMachineFunction()
DX86IndirectThunks.cpp76 return MF.getSubtarget<X86Subtarget>().useLVIControlFlowIntegrity(); in mayUseThunk()
DX86LoadValueInjectionLoadHardening.cpp180 (STI->useLVIControlFlowIntegrity() && MI->isCall())); in isFence()
DX86ISelLowering.cpp32718 if (Subtarget.useLVIControlFlowIntegrity()) { in getIndirectThunkSymbol()