Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDTargetInfo.h195 virtual bool doesReturnSlotInterfereWithArgs() const { return true; } in doesReturnSlotInterfereWithArgs() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDAArch64.cpp115 bool doesReturnSlotInterfereWithArgs() const override { return false; } in doesReturnSlotInterfereWithArgs() function in __anon2972f6a90111::AArch64TargetCodeGenInfo