Searched defs:doesReturnSlotInterfereWithArgs (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | TargetInfo.h | 188 virtual bool doesReturnSlotInterfereWithArgs() const { return true; } doesReturnSlotInterfereWithArgs() function |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ | ||
H A D | AArch64.cpp | 103 bool doesReturnSlotInterfereWithArgs() const override { return false; } doesReturnSlotInterfereWithArgs() function in __anon6e4996220111::AArch64TargetCodeGenInfo |