Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp39 static std::pair<bool, bool> GetSignReturnAddress(const Function &F) { in GetSignReturnAddress() function
62 std::tie(SignReturnAddress, SignReturnAddressAll) = GetSignReturnAddress(F); in ARMFunctionInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp40 static std::pair<bool, bool> GetSignReturnAddress(const Function &F) { in GetSignReturnAddress() function
81 std::tie(SignReturnAddress, SignReturnAddressAll) = GetSignReturnAddress(F); in AArch64FunctionInfo()