Searched defs:labelName (Results 1 – 11 of 11) sorted by relevance
206 util::StringView labelName = label != nullptr ? label->Name() : LabelTarget::BREAK_LABEL; in ControlFlowChangeBreak() local232 util::StringView labelName = label != nullptr ? label->Name() : LabelTarget::CONTINUE_LABEL; in ControlFlowChangeContinue() local
468 std::string labelName = labelNameStream.str(); in CreateLabelWithPrefix() local488 std::string labelName = labelNameStream.str(); in AddToStringLabelMap() local
520 std::string labelName = GetNameFromSymMap(symIdx); in EmitLabel() local
96 const std::string &labelName = oldFunc.GetLabelTabItem(static_cast<uint32>(i)); in CloneLabels() local
375 const std::string &labelName = func->GetLabelTabItem(labelNode->GetLabelIdx()); in SimplifyToSelect() local
1557 const string &labelName = cgFunc.GetFunction().GetLabelTab()->GetName(labIdx); in EmitBBHeaderLabel() local1587 string labelName = ".L." + to_string(funcUniqueId) + "__" + to_string(labelIdx); in EmitJmpTable() local1860 string labelName = ".L." + to_string(funcUniqueId) + "__" + to_string(labelIdx); in EmitSingleElement() local
434 void RegisterGlobalLabel(const std::string labelName, ObjLabel label) in RegisterGlobalLabel()
60 std::string labelName = ".Label.name." + cgFunc.GetFunction().GetName(); in EmitRefToMethodInfo() local287 const std::string &labelName = cgFunc.GetFunction().GetLabelTab()->GetName(labIdx); in EmitBBHeaderLabel() local
870 for (const auto &labelName : labelNames) { in PrepareCatchBlock() local
817 util::StringView labelName = label ? label->Name() : LabelTarget::BREAK_LABEL; in ControlFlowChangeBreak() local842 util::StringView labelName = label ? label->Name() : LabelTarget::CONTINUE_LABEL; in ControlFlowChangeContinue() local
582 auto labelName = labels[i].asString(); in ParseFunctionLabels() local