Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SLSHardening.cpp146 } SLSBLRThunks[] = { variable
207 for (auto T : SLSBLRThunks) in insertThunks()
217 SLSBLRThunks, [&MF](auto T) { return T.Name == MF.getName(); }); in populateThunk()
218 assert(ThunkIt != std::end(SLSBLRThunks)); in populateThunk()
334 llvm::find_if(SLSBLRThunks, [Reg](auto T) { return T.Reg == Reg; }); in ConvertBLRToBL()
335 assert (ThunkIt != std::end(SLSBLRThunks)); in ConvertBLRToBL()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSLSHardening.cpp133 } SLSBLRThunks[] = { variable
203 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()
308 auto ThunkIt = llvm::find_if(SLSBLRThunks, [Reg, isThumb](auto T) { in ConvertIndirectCallToIndirectJump()
311 assert(ThunkIt != std::end(SLSBLRThunks)); in ConvertIndirectCallToIndirectJump()