Searched refs:paramInfos (Results 1 – 3 of 3) sorted by relevance
116 llvm::SmallVectorImpl<FunctionProtoType::ExtParameterInfo> ¶mInfos, in addExtParameterInfosForCall() argument121 assert(paramInfos.size() <= prefixArgs); in addExtParameterInfosForCall()124 paramInfos.reserve(totalArgs); in addExtParameterInfosForCall()127 paramInfos.resize(prefixArgs); in addExtParameterInfosForCall()131 paramInfos.push_back(ParamInfo); in addExtParameterInfosForCall()134 paramInfos.emplace_back(); in addExtParameterInfosForCall()137 assert(paramInfos.size() <= totalArgs && in addExtParameterInfosForCall()140 paramInfos.resize(totalArgs); in addExtParameterInfosForCall()147 SmallVectorImpl<FunctionProtoType::ExtParameterInfo> ¶mInfos, in appendParameterTypes() argument151 assert(paramInfos.empty() && in appendParameterTypes()[all …]
271 ArrayRef<FunctionProtoType::ExtParameterInfo> paramInfos,
620 ArrayRef<ExtParameterInfo> paramInfos,759 ArrayRef<ExtParameterInfo> paramInfos, in Profile() argument774 ID.AddBoolean(!paramInfos.empty()); in Profile()775 if (!paramInfos.empty()) { in Profile()776 for (auto paramInfo : paramInfos) in Profile()