Searched refs:debugLocalVariableId (Results 1 – 1 of 1) sorted by relevance
2054 …auto const debugLocalVariableId = createDebugLocalVariable(debugId[getContainedTypeId(paramType)],… in makeFunctionEntry() local2055 debugId[firstParamId + p] = debugLocalVariableId; in makeFunctionEntry()2057 makeDebugDeclare(debugLocalVariableId, firstParamId + p); in makeFunctionEntry()2235 auto const debugLocalVariableId = createDebugLocalVariable(debugId[type], name); in createVariable() local2236 debugId[inst->getResultId()] = debugLocalVariableId; in createVariable()2238 makeDebugDeclare(debugLocalVariableId, inst->getResultId()); in createVariable()