Searched refs:LabelEnd (Results 1 – 2 of 2) sorted by relevance
1075 LabelTy LabelEnd = this->getLabel(); in VisitLogicalBinOp() local1084 if (!this->jump(LabelEnd)) in VisitLogicalBinOp()1089 this->fallthrough(LabelEnd); in VisitLogicalBinOp()1090 this->emitLabel(LabelEnd); in VisitLogicalBinOp()1097 LabelTy LabelEnd = this->getLabel(); in VisitLogicalBinOp() local1106 if (!this->jump(LabelEnd)) in VisitLogicalBinOp()1111 this->fallthrough(LabelEnd); in VisitLogicalBinOp()1112 this->emitLabel(LabelEnd); in VisitLogicalBinOp()2421 LabelTy LabelEnd = this->getLabel(); // Label after the operator. in VisitAbstractConditionalOperator() local2446 if (!this->jump(LabelEnd)) in VisitAbstractConditionalOperator()[all …]
3594 MCSymbol *LabelEnd = beginSymbolRecord(SymbolKind::S_LABEL32); in emitDebugInfoForJumpTables() local3600 endSymbolRecord(LabelEnd); in emitDebugInfoForJumpTables()