Home
last modified time | relevance | path

Searched refs:ReturnSlotInterferesWithArgs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1326 bool ReturnSlotInterferesWithArgs(const CGFunctionInfo &FI);
H A DCGBlocks.cpp1475 if (CGM.ReturnSlotInterferesWithArgs(fnInfo)) in GenerateBlockFunction()
H A DCGObjCMac.cpp2175 } else if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) { in EmitMessageSend()
7266 if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) { in EmitVTableMessageSend()
H A DCGCall.cpp1567 bool CodeGenModule::ReturnSlotInterferesWithArgs(const CGFunctionInfo &FI) { in ReturnSlotInterferesWithArgs() function in CodeGenModule