Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/Arch/
H A DPPC.cpp124 if (ReadGOT == ppc::ReadGOTPtrMode::SecurePlt) in getPPCTargetFeatures()
131 return ppc::ReadGOTPtrMode::SecurePlt; in getPPCReadGOTPtrMode()
134 return ppc::ReadGOTPtrMode::SecurePlt; in getPPCReadGOTPtrMode()
H A DPPC.h33 SecurePlt, enumerator
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp146 SecurePlt = false; in initializeEnvironment()
185 SecurePlt = true; in initSubtargetFeatures()
H A DPPCSubtarget.h165 bool SecurePlt; variable
304 bool isSecurePlt() const {return SecurePlt; } in isSecurePlt()
H A DPPC.td136 def FeatureSecurePlt : SubtargetFeature<"secure-plt","SecurePlt", "true",