Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h775 return useRetpolineIndirectCalls() || useLVIControlFlowIntegrity(); in useIndirectThunkCalls()
778 return useRetpolineIndirectBranches() || useLVIControlFlowIntegrity(); in useIndirectThunkBranches()
783 bool useLVIControlFlowIntegrity() const { return UseLVIControlFlowIntegrity; } in useLVIControlFlowIntegrity() function
H A DX86LoadValueInjectionRetHardening.cpp64 if (!Subtarget->useLVIControlFlowIntegrity() || !Subtarget->is64Bit()) in runOnMachineFunction()
H A DX86IndirectThunks.cpp76 return MF.getSubtarget<X86Subtarget>().useLVIControlFlowIntegrity(); in mayUseThunk()
H A DX86LoadValueInjectionLoadHardening.cpp180 (STI->useLVIControlFlowIntegrity() && MI->isCall())); in isFence()
H A DX86ISelLowering.cpp33215 if (Subtarget.useLVIControlFlowIntegrity()) { in getIndirectThunkSymbol()