Home
last modified time | relevance | path

Searched refs:SLSBLRThunks (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SLSHardening.cpp148 } SLSBLRThunks[] = { variable
206 for (auto T : SLSBLRThunks) in insertThunks()
215 SLSBLRThunks, [&MF](auto T) { return T.Name == MF.getName(); }); in populateThunk()
216 assert(ThunkIt != std::end(SLSBLRThunks)); in populateThunk()
333 llvm::find_if(SLSBLRThunks, [Reg](auto T) { return T.Reg == Reg; }); in ConvertBLRToBL()
334 assert (ThunkIt != std::end(SLSBLRThunks)); in ConvertBLRToBL()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSLSHardening.cpp133 } SLSBLRThunks[] = { variable
185 for (auto T : SLSBLRThunks) in insertThunks()
194 SLSBLRThunks, [&MF](auto T) { return T.Name == MF.getName(); }); in populateThunk()
195 assert(ThunkIt != std::end(SLSBLRThunks)); in populateThunk()
287 auto ThunkIt = llvm::find_if(SLSBLRThunks, [Reg, isThumb](auto T) { in ConvertIndirectCallToIndirectJump()
290 assert(ThunkIt != std::end(SLSBLRThunks)); in ConvertIndirectCallToIndirectJump()