Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.h144 virtual bool doesReturnSlotInterfereWithArgs() const { return true; } in doesReturnSlotInterfereWithArgs() function
H A DTargetInfo.cpp5019 bool doesReturnSlotInterfereWithArgs() const override { return false; } in doesReturnSlotInterfereWithArgs() function in __anon2eb210400611::AArch64TargetCodeGenInfo