Home
last modified time | relevance | path

Searched refs:target_labels (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/gn/
Djson_project_writer.cc371 std::unordered_map<const Target*, std::string> target_labels; in GenerateJSON() local
373 target_labels[target] = in GenerateJSON()
380 [&target_labels](const Target* a, const Target* b) { in GenerateJSON()
381 return target_labels[a] < target_labels[b]; in GenerateJSON()
446 json_writer.AddJSONDict(target_labels[target], json_dict); in GenerateJSON()
/third_party/mesa3d/src/intel/tools/
Di965_asm.c42 struct list_head target_labels; variable
137 LIST_FOR_EACH_ENTRY(tlabel, &target_labels, link) { in i965_postprocess_labels()
221 list_inithead(&target_labels); in main()
Di965_asm.h52 extern struct list_head target_labels;
Di965_gram.y1504 list_addtail(&label->link, &target_labels);