Home
last modified time | relevance | path

Searched defs:shouldSignReturnAddress (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp118 bool AArch64FunctionInfo::shouldSignReturnAddress(bool SpillsLR) const { in shouldSignReturnAddress() function in AArch64FunctionInfo
126 bool AArch64FunctionInfo::shouldSignReturnAddress() const { in shouldSignReturnAddress() function in AArch64FunctionInfo
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h291 bool shouldSignReturnAddress() const { in shouldSignReturnAddress() function
295 bool shouldSignReturnAddress(bool SpillsLR) const { in shouldSignReturnAddress() function