Searched defs:labelName (Results 1 – 9 of 9) 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
1501 const string &labelName = cgFunc.GetFunction().GetLabelTab()->GetName(labIdx); in EmitBBHeaderLabel() local1531 string labelName = ".L." + to_string(funcUniqueId) + "__" + to_string(labelIdx); in EmitJmpTable() local1663 string labelName = ".L." + to_string(funcUniqueId) + "__" + to_string(labelIdx); in EmitSingleElement() local
116 const auto &labelName = iter->Target().ContinueLabel(); in AbortContext() local
824 util::StringView labelName = label ? label->Name() : LabelTarget::BREAK_LABEL; in ControlFlowChangeBreak() local849 util::StringView labelName = label ? label->Name() : LabelTarget::CONTINUE_LABEL; in ControlFlowChangeContinue() local
347 std::string labelName = labelNameStream.str(); in AddToStringLabelMap() local
532 std::string labelName = GetNameFromSymMap(symIdx); in EmitLabel() local
473 void RegisterGlobalLabel(const std::string labelName, ObjLabel label) in RegisterGlobalLabel()
890 for (const auto &labelName : labelNames) { in PrepareCatchBlock() local
45 const std::string &labelName = cgFunc.GetFunction().GetLabelTab()->GetName(labIdx); in EmitBBHeaderLabel() local