Home
last modified time | relevance | path

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

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