Searched refs:getCallStackArgumentsSizeBytes (Results 1 – 7 of 7) sorted by relevance
416 virtual uint32_t getCallStackArgumentsSizeBytes(const InstCall *Instr) = 0;
290 uint32_t getCallStackArgumentsSizeBytes(const CfgVector<Type> &ArgTypes,292 uint32_t getCallStackArgumentsSizeBytes(const InstCall *Instr) override;
7465 StackArgumentsSize = getCallStackArgumentsSizeBytes(Call);7579 StackArgumentsSize = getCallStackArgumentsSizeBytes(Call);7625 StackArgumentsSize = getCallStackArgumentsSizeBytes(ArgTypes, ReturnType);7627 StackArgumentsSize = getCallStackArgumentsSizeBytes(Call);7644 uint32_t TargetX86Base<TraitsType>::getCallStackArgumentsSizeBytes(7689 uint32_t TargetX86Base<TraitsType>::getCallStackArgumentsSizeBytes(7705 getCallStackArgumentsSizeBytes(ArgTypes, ReturnType);
792 uint32_t getCallStackArgumentsSizeBytes(const InstCall *Instr) override;
295 uint32_t getCallStackArgumentsSizeBytes(const InstCall *Instr) override;
224 uint32_t TargetMIPS32::getCallStackArgumentsSizeBytes(const InstCall *Call) { in getCallStackArgumentsSizeBytes() function in Ice::MIPS32::TargetMIPS32849 SizeT OutArgsSizeBytes = getCallStackArgumentsSizeBytes(Call); in findMaxStackOutArgsSize()
422 uint32_t TargetARM32::getCallStackArgumentsSizeBytes(const InstCall *Call) { in getCallStackArgumentsSizeBytes() function in Ice::ARM32::TargetARM32851 SizeT OutArgsSizeBytes = getCallStackArgumentsSizeBytes(Call); in findMaxStackOutArgsSize()