Searched refs:useLVIControlFlowIntegrity (Results 1 – 5 of 5) sorted by relevance
766 return useRetpolineIndirectCalls() || useLVIControlFlowIntegrity(); in useIndirectThunkCalls()769 return useRetpolineIndirectBranches() || useLVIControlFlowIntegrity(); in useIndirectThunkBranches()774 bool useLVIControlFlowIntegrity() const { return UseLVIControlFlowIntegrity; } in useLVIControlFlowIntegrity() function
64 if (!Subtarget->useLVIControlFlowIntegrity() || !Subtarget->is64Bit()) in runOnMachineFunction()
76 return MF.getSubtarget<X86Subtarget>().useLVIControlFlowIntegrity(); in mayUseThunk()
180 (STI->useLVIControlFlowIntegrity() && MI->isCall())); in isFence()
32718 if (Subtarget.useLVIControlFlowIntegrity()) { in getIndirectThunkSymbol()