Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
H A Dninja_action_target_writer.cc137 std::string target_label = target_->label().GetUserVisibleName(true); in WriteRuleDefinition() local
138 std::string custom_rule_name(target_label); in WriteRuleDefinition()
188 out_ << " description = " << mnemonic << " " << target_label << std::endl; in WriteRuleDefinition()
H A Dninja_create_bundle_target_writer.cc114 std::string target_label = target_->label().GetUserVisibleName(true); in WritePostProcessingRuleDefinition()
115 std::string custom_rule_name(target_label); in WritePostProcessingRuleDefinition()
134 out_ << " description = POST PROCESSING " << target_label << std::endl; in WritePostProcessingRuleDefinition()
H A Dxcode_writer.cc121 std::string GetBuildScript(const Label& target_label, in GetBuildScript() argument
125 std::string target_name = target_label.GetUserVisibleName(false); in GetBuildScript()
/third_party/mesa3d/src/intel/tools/
H A Di965_asm.h96 struct target_label { struct
H A Di965_asm.c132 struct target_label *tlabel; in i965_postprocess_labels()
H A Di965_gram.y1499 struct target_label *label = rzalloc(p->mem_ctx, struct target_label);
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_parser.y244 if (opc_cat(instr->opc) == 0 && instr->cat0.target_label) {
245 struct hash_entry *entry = _mesa_hash_table_search(labels, instr->cat0.target_label);
247 fprintf(stderr, "unknown label %s\n", instr->cat0.target_label);
819 | '#' T_IDENTIFIER { ralloc_steal(instr, (void *)$2); instr->cat0.target_label = $2; }
H A Dir3.h336 const char *target_label; member

Completed in 11 milliseconds