Searched refs:createDebugLocalVariable (Results 1 – 2 of 2) sorted by relevance
230 Id createDebugLocalVariable(Id type, char const*const name, size_t const argNumber = 0);
1096 Id Builder::createDebugLocalVariable(Id type, char const*const name, size_t const argNumber) in createDebugLocalVariable() function in spv::Builder2054 …auto const debugLocalVariableId = createDebugLocalVariable(debugId[getContainedTypeId(paramType)],… in makeFunctionEntry()2235 auto const debugLocalVariableId = createDebugLocalVariable(debugId[type], name); in createVariable()