Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp37 static std::pair<bool, bool> GetSignReturnAddress(const Function &F) { in GetSignReturnAddress() function
70 std::tie(SignReturnAddress, SignReturnAddressAll) = GetSignReturnAddress(F); in ARMFunctionInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp40 static std::pair<bool, bool> GetSignReturnAddress(const Function &F) { in GetSignReturnAddress() function
91 std::tie(SignReturnAddress, SignReturnAddressAll) = GetSignReturnAddress(F); in AArch64FunctionInfo()