Searched refs:strId (Results 1 – 2 of 2) sorted by relevance
97 spv::Id strId = getUniqueId(); in getStringId() local98 Instruction* fileString = new Instruction(strId, NoType, OpString); in getStringId()103 stringIds[file_c_str] = strId; in getStringId()104 return strId; in getStringId()
124 spv::Id strId = getStringId(filename); in setLine() local126 addDebugScopeAndLine(strId, currentLine, 0); in setLine()128 addLine(strId, currentLine, 0); in setLine()