Searched refs:NameForId (Results 1 – 4 of 4) sorted by relevance
57 std::string FriendlyNameMapper::NameForId(uint32_t id) { in NameForId() function in spvtools::FriendlyNameMapper237 NameForId(inst.words[2])); in ParseInstruction()241 NameForId(inst.words[2])); in ParseInstruction()244 SaveName(result_id, std::string("_arr_") + NameForId(inst.words[2]) + in ParseInstruction()245 "_" + NameForId(inst.words[3])); in ParseInstruction()249 std::string("_runtimearr_") + NameForId(inst.words[2])); in ParseInstruction()255 "_" + NameForId(inst.words[3])); in ParseInstruction()305 SaveName(result_id, NameForId(inst.type_id) + "_" + value_str); in ParseInstruction()
73 return [this](uint32_t id) { return this->NameForId(id); }; in GetNameMapper()79 std::string NameForId(uint32_t id);