Home
last modified time | relevance | path

Searched refs:LabelEnd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp1075 LabelTy LabelEnd = this->getLabel(); in VisitLogicalBinOp() local
1084 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() local
1106 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() local
2446 if (!this->jump(LabelEnd)) in VisitAbstractConditionalOperator()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3594 MCSymbol *LabelEnd = beginSymbolRecord(SymbolKind::S_LABEL32); in emitDebugInfoForJumpTables() local
3600 endSymbolRecord(LabelEnd); in emitDebugInfoForJumpTables()