Searched defs:labelName (Results 1 – 9 of 9) sorted by relevance
207 util::StringView labelName = label != nullptr ? label->Name() : LabelTarget::BREAK_LABEL; in ControlFlowChangeBreak() local233 util::StringView labelName = label != nullptr ? label->Name() : LabelTarget::CONTINUE_LABEL; in ControlFlowChangeContinue() local
128 const auto &labelName = iter->Target().ContinueLabel(); in AbortContext() local
829 util::StringView labelName = label ? label->Name() : LabelTarget::BREAK_LABEL; in ControlFlowChangeBreak() local854 util::StringView labelName = label ? label->Name() : LabelTarget::CONTINUE_LABEL; in ControlFlowChangeContinue() local
347 std::string labelName = labelNameStream.str(); in AddToStringLabelMap() local
1631 const string &labelName = cgFunc.GetFunction().GetLabelTab()->GetName(labIdx); in EmitBBHeaderLabel() local1661 string labelName = ".L." + to_string(funcUniqueId) + "__" + to_string(labelIdx); in EmitJmpTable() local1793 string labelName = ".L." + to_string(funcUniqueId) + "__" + to_string(labelIdx); in EmitSingleElement() local
532 std::string labelName = GetNameFromSymMap(symIdx); in EmitLabel() local
473 void RegisterGlobalLabel(const std::string labelName, ObjLabel label) in RegisterGlobalLabel()
938 for (const auto &labelName : labelNames) { in PrepareCatchBlock() local
45 const std::string &labelName = cgFunc.GetFunction().GetLabelTab()->GetName(labIdx); in EmitBBHeaderLabel() local