Searched refs:makeDebugFunctionType (Results 1 – 4 of 4) sorted by relevance
245 Id makeDebugFunctionType(Id returnType, const std::vector<Id>& paramTypes);
568 Id debugTypeId = makeDebugFunctionType(returnType, {}); in makeFunctionType()587 Id debugTypeId = makeDebugFunctionType(returnType, paramTypes); in makeFunctionType()594 Id Builder::makeDebugFunctionType(Id returnType, const std::vector<Id>& paramTypes) in makeDebugFunctionType() function in spv::Builder
248 Id makeDebugFunctionType(Id returnType, const std::vector<Id>& paramTypes);
627 Id debugTypeId = makeDebugFunctionType(returnType, {}); in makeFunctionType()647 Id debugTypeId = makeDebugFunctionType(returnType, paramTypes); in makeFunctionType()654 Id Builder::makeDebugFunctionType(Id returnType, const std::vector<Id>& paramTypes) in makeDebugFunctionType() function in spv::Builder