Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h194 virtual bool doesReturnSlotInterfereWithArgs() const { return true; } doesReturnSlotInterfereWithArgs() function
/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp115 bool doesReturnSlotInterfereWithArgs() const override { return false; } doesReturnSlotInterfereWithArgs() function in __anon26afe3830111::AArch64TargetCodeGenInfo