Home
last modified time | relevance | path

Searched refs:getLabel (Results 1 – 25 of 76) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp387 LabelTy LabelEnd = this->getLabel(); in visitIfStmt()
445 LabelTy EndLabel = this->getLabel(); in visitDoStmt()
446 LabelTy CondLabel = this->getLabel(); in visitDoStmt()
475 LabelTy EndLabel = this->getLabel(); in visitForStmt()
476 LabelTy CondLabel = this->getLabel(); in visitForStmt()
477 LabelTy IncLabel = this->getLabel(); in visitForStmt()
518 LabelTy EndLabel = this->getLabel(); in visitCXXForRangeStmt()
519 LabelTy CondLabel = this->getLabel(); in visitCXXForRangeStmt()
520 LabelTy IncLabel = this->getLabel(); in visitCXXForRangeStmt()
584 LabelTy EndLabel = this->getLabel(); in visitSwitchStmt()
[all …]
H A DByteCodeEmitter.h44 LabelTy getLabel() { return ++NextLabel; } in getLabel() function
H A DEvalEmitter.h51 LabelTy getLabel();
H A DEvalEmitter.cpp58 EvalEmitter::LabelTy EvalEmitter::getLabel() { return NextLabel++; } in getLabel() function in EvalEmitter
H A DByteCodeExprGen.cpp257 LabelTy LabelTrue = this->getLabel(); in VisitCastExpr()
275 LabelTy EndLabel = this->getLabel(); in VisitCastExpr()
547 LabelTy LabelTrue = this->getLabel(); in VisitLogicalBinOp()
548 LabelTy LabelEnd = this->getLabel(); in VisitLogicalBinOp()
569 LabelTy LabelFalse = this->getLabel(); in VisitLogicalBinOp()
570 LabelTy LabelEnd = this->getLabel(); in VisitLogicalBinOp()
1129 LabelTy LabelEnd = this->getLabel(); // Label after the operator. in VisitAbstractConditionalOperator()
1130 LabelTy LabelFalse = this->getLabel(); // Label for the false expr. in VisitAbstractConditionalOperator()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp669 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
675 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
680 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
685 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
692 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
698 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
704 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
711 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
719 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
726 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp304 FilteredLines.push_back(MCCVLoc(MCCVLines[Idx].getLabel(), FuncId, in getFunctionLineEntries()
394 OS.emitAbsoluteSymbolDiff(J->getLabel(), FuncBegin, 4); in emitLineTableForFunction()
499 const MCSection *FirstSec = &Locs.front().getLabel()->getSection(); in encodeInlineLineTable()
501 if (&Loc.getLabel()->getSection() != FirstSec) { in encodeInlineLineTable()
552 unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
555 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
582 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
601 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
614 if (&Loc.getLabel()->getSection() == &LastLabel->getSection()) in encodeInlineLineTable()
615 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp316 IndirectJumpTargets.push_back(cast<AddrLabelExpr>(S)->getLabel()); in BuildScopeInformation()
663 if (GS->getLabel()->getStmt()) { in VerifyJumps()
664 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps()
680 LabelDecl *LD = L->getLabel(); in VerifyJumps()
993 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
995 << GS->getLabel()->getIdentifier(); in CheckGotoStmt()
996 S.Diag(GS->getLabel()->getLocation(), diag::note_goto_ms_asm_label) in CheckGotoStmt()
997 << GS->getLabel()->getIdentifier(); in CheckGotoStmt()
H A DAnalysisBasedWarnings.cpp330 dyn_cast_or_null<CXXCatchStmt>(Succ->getLabel())) { in throwEscapes()
1102 const Stmt *L = B->getLabel(); in fillReachableBlocks()
1134 const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(P->getLabel()); in checkFallThroughIntoBlock()
1135 if (SW && SW->getSubStmt() == B.getLabel() && P->begin() == P->end()) in checkFallThroughIntoBlock()
1138 const LabelStmt *L = dyn_cast_or_null<LabelStmt>(P->getLabel()); in checkFallThroughIntoBlock()
1139 if (L && L->getSubStmt() == B.getLabel() && P->begin() == P->end()) in checkFallThroughIntoBlock()
1234 if (const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(B.getLabel())) in getLastStmt()
1301 const Stmt *Label = B->getLabel(); in DiagnoseSwitchLabelsFallthrough()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp120 if (const Stmt *label = CB->getLabel()) in checkEndAnalysis()
246 return CB->getLabel() == nullptr // No labels in isEmptyCFGBlock()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h53 MCSymbol *getLabel() { return AddressTableBaseSym; } in getLabel() function
H A DWinException.h82 const MCExpr *getLabel(const MCSymbol *Label);
H A DWinException.cpp319 const MCExpr *WinException::getLabel(const MCSymbol *Label) { in getLabel() function in WinException
325 return MCBinaryExpr::createAdd(getLabel(Label), in getLabelPlusOne()
654 OS.emitValue(getLabel(BeginLabel), 4); in emitSEHActionsForRange()
956 ? getLabel(ChangeLabel) in computeIP2StateTable()
H A DDwarfDebug.h299 const DILabel *getLabel() const { return cast<DILabel>(getEntity()); } in getLabel() function
302 StringRef getName() const { return getLabel()->getName(); } in getName()
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp300 static std::string getLabel(const GraphDiffRenderer::GraphT::EdgeValueType &E, in getLabel() function
318 static std::string getLabel(const GraphDiffRenderer::GraphT::VertexValueType &V, in getLabel() function
385 TailId, getLabel(E, EdgeLabel), getColor(E, G, H, EdgeColor), in exportGraphAsDOT()
399 VertexNo[VertexId], getLabel(V, VertexLabel, TruncLen), in exportGraphAsDOT()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h200 MCSymbol *getLabel() const { return Label; } in getLabel() function
402 MCSymbol *getLabel() const { in getLabel() function
476 MCSymbol *getLabel() const { return Label; } in getLabel() function
659 MCSymbol *getLabel() const { return Label; } in getLabel() function
H A DMCCodeView.h58 const MCSymbol *getLabel() const { return Label; } in getLabel() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFGStmtMap.cpp68 if (Stmt *Label = B->getLabel()) in Accumulate()
H A DProgramPoint.cpp153 if (const Stmt *Label = E.getDst()->getLabel()) { in printJson()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtDataCollectors.td142 addData(S->getLabel()->getName());
163 addData(S->getLabel()->getName());
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h509 const LabelDecl *getLabel() const { in getLabel() function
510 return cast<LabelStmt>((*I)->getLabel())->getDecl(); in getLabel()
558 return cast<CaseStmt>((*I)->getLabel()); in getCase()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp150 if (!ALA->getIsLiteralLabel() || ALA->getLabel().starts_with("llvm.")) { in mangleName()
151 Out << ALA->getLabel(); in mangleName()
172 Out << ALA->getLabel(); in mangleName()
H A DAPValue.cpp493 ID.AddPointer(getAddrLabelDiffLHS()->getLabel()->getCanonicalDecl()); in Profile()
494 ID.AddPointer(getAddrLabelDiffRHS()->getLabel()->getCanonicalDecl()); in Profile()
934 Out << "&&" << getAddrLabelDiffLHS()->getLabel()->getName(); in printPretty()
936 Out << "&&" << getAddrLabelDiffRHS()->getLabel()->getName(); in printPretty()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h252 MDNode *getLabel() const { return Label; } in getLabel() function

1234