Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/CodeGen/
H A DTargetInfo.h142 virtual bool doesReturnSlotInterfereWithArgs() const { return true; } in doesReturnSlotInterfereWithArgs() function
H A DTargetInfo.cpp4513 bool doesReturnSlotInterfereWithArgs() const override { return false; } in doesReturnSlotInterfereWithArgs() function in __anon76b8d3e90511::AArch64TargetCodeGenInfo