Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h188 virtual bool doesReturnSlotInterfereWithArgs() const { return true; } in doesReturnSlotInterfereWithArgs() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp103 bool doesReturnSlotInterfereWithArgs() const override { return false; } in doesReturnSlotInterfereWithArgs() function in __anona338c3060111::AArch64TargetCodeGenInfo