Searched defs:shouldSignReturnAddress (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64MachineFunctionInfo.cpp | 155 bool AArch64FunctionInfo::shouldSignReturnAddress(bool SpillsLR) const { shouldSignReturnAddress() function in AArch64FunctionInfo |
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMMachineFunctionInfo.h | 288 return shouldSignReturnAddress(LRSpilled); in shouldSignReturnAddress() function |