Home
last modified time | relevance | path

Searched refs:target_label (Results 1 – 8 of 8) sorted by relevance

/third_party/gn/src/gn/
Dninja_action_target_writer.cc111 std::string target_label = target_->label().GetUserVisibleName(true); in WriteRuleDefinition() local
112 std::string custom_rule_name(target_label); in WriteRuleDefinition()
153 out_ << " description = ACTION " << target_label << std::endl; in WriteRuleDefinition()
Dninja_create_bundle_target_writer.cc112 std::string target_label = target_->label().GetUserVisibleName(true); in WriteCodeSigningRuleDefinition() local
113 std::string custom_rule_name(target_label); in WriteCodeSigningRuleDefinition()
132 out_ << " description = CODE SIGNING " << target_label << std::endl; in WriteCodeSigningRuleDefinition()
/third_party/mesa3d/src/intel/tools/
Di965_asm.h96 struct target_label { struct
Di965_asm.c132 struct target_label *tlabel; in i965_postprocess_labels()
Di965_gram.y1499 struct target_label *label = rzalloc(p->mem_ctx, struct target_label);
/third_party/mesa3d/src/freedreno/ir3/
Dir3_parser.y244 if (opc_cat(instr->opc) == 0 && instr->cat0.target_label) { in resolve_labels()
245 struct hash_entry *entry = _mesa_hash_table_search(labels, instr->cat0.target_label); in resolve_labels()
247 fprintf(stderr, "unknown label %s\n", instr->cat0.target_label); in resolve_labels()
819 | '#' T_IDENTIFIER { ralloc_steal(instr, (void *)$2); instr->cat0.target_label = $…
Dir3.h336 const char *target_label; member
/third_party/gn/docs/
Dreference.md2552 get_label_info(target_label, what)
2696 get_target_outputs(target_label)