Searched refs:strId (Results 1 – 2 of 2) sorted by relevance
83 spv::Id strId = getUniqueId(); in getStringId() local84 Instruction* fileString = new Instruction(strId, NoType, OpString); in getStringId()88 stringIds[file_c_str] = strId; in getStringId()89 return strId; in getStringId()
117 spv::Id strId = getStringId(filename); in setLine() local118 addLine(strId, currentLine, 0); in setLine()