/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineOperand.cpp | 669 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 D | MCCodeView.cpp | 301 FilteredLines.push_back(MCCVLoc(MCCVLines[Idx].getLabel(), FuncId, in getFunctionLineEntries() 391 OS.emitAbsoluteSymbolDiff(J->getLabel(), FuncBegin, 4); in emitLineTableForFunction() 498 const MCSection *FirstSec = &Locs.front().getLabel()->getSection(); in encodeInlineLineTable() 500 if (&Loc.getLabel()->getSection() != FirstSec) { in encodeInlineLineTable() 551 unsigned Length = computeLabelDiff(Asm, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 554 LastLabel = Loc.getLabel(); in encodeInlineLineTable() 581 unsigned CodeDelta = computeLabelDiff(Asm, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 600 LastLabel = Loc.getLabel(); in encodeInlineLineTable() 613 if (&Loc.getLabel()->getSection() == &LastLabel->getSection()) in encodeInlineLineTable() 614 LocAfterLength = computeLabelDiff(Asm, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 318 IndirectJumpTargets.push_back(cast<AddrLabelExpr>(S)->getLabel()); in BuildScopeInformation() 672 if (GS->getLabel()->getStmt()) { in VerifyJumps() 673 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps() 689 LabelDecl *LD = L->getLabel(); in VerifyJumps() 1007 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt() 1009 << GS->getLabel()->getIdentifier(); in CheckGotoStmt() 1010 S.Diag(GS->getLabel()->getLocation(), diag::note_goto_ms_asm_label) in CheckGotoStmt() 1011 << GS->getLabel()->getIdentifier(); in CheckGotoStmt()
|
H A D | AnalysisBasedWarnings.cpp | 330 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 D | UnreachableCodeChecker.cpp | 120 if (const Stmt *label = CB->getLabel()) in checkEndAnalysis() 248 return CB->getLabel() == nullptr // No labels in isEmptyCFGBlock()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 916 LabelTy LabelTrue = this->getLabel(); in VisitLogicalBinOp() 917 LabelTy LabelEnd = this->getLabel(); in VisitLogicalBinOp() 938 LabelTy LabelFalse = this->getLabel(); in VisitLogicalBinOp() 939 LabelTy LabelEnd = this->getLabel(); in VisitLogicalBinOp() 1856 LabelTy LabelEnd = this->getLabel(); // Label after the operator. in VisitAbstractConditionalOperator() 1857 LabelTy LabelFalse = this->getLabel(); // Label for the false expr. in VisitAbstractConditionalOperator() 3000 E->getLabel(), PT_Ptr, /*IsConst=*/true, /*IsExtended=*/false); in VisitAddrLabelExpr() 4314 LabelTy LabelElse = this->getLabel(); in visitIfStmt() 4315 LabelTy LabelEnd = this->getLabel(); in visitIfStmt() 4327 LabelTy LabelEnd = this->getLabel(); in visitIfStmt() [all …]
|
H A D | ByteCodeEmitter.h | 44 LabelTy getLabel() { return ++NextLabel; } in getLabel() function
|
H A D | EvalEmitter.h | 54 LabelTy getLabel();
|
H A D | EvalEmitter.cpp | 83 EvalEmitter::LabelTy EvalEmitter::getLabel() { return NextLabel++; } in getLabel() function in EvalEmitter
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-graph-diff.cpp | 300 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/lib/CodeGen/AsmPrinter/ |
H A D | AddressPool.h | 53 MCSymbol *getLabel() { return AddressTableBaseSym; } in getLabel() function
|
H A D | WinException.h | 82 const MCExpr *getLabel(const MCSymbol *Label);
|
H A D | WinException.cpp | 319 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 D | DwarfDebug.h | 299 const DILabel *getLabel() const { return cast<DILabel>(getEntity()); } 302 StringRef getName() const { return getLabel()->getName(); } 244 const DILabel *getLabel() const { return cast<DILabel>(getEntity()); } getLabel() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 200 MCSymbol *getLabel() const { return Label; } in getLabel() function 402 MCSymbol *getLabel() const { in getLabel() function 476 MCSymbol *getLabel() const { return Label; } in getLabel() function 681 MCSymbol *getLabel() const { return Label; } in getLabel() function
|
H A D | MCCodeView.h | 58 const MCSymbol *getLabel() const { return Label; } in getLabel() function
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtDataCollectors.td | 142 addData(S->getLabel()->getName()); 163 addData(S->getLabel()->getName());
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFGStmtMap.cpp | 68 if (Stmt *Label = B->getLabel()) in Accumulate()
|
H A D | ProgramPoint.cpp | 153 if (const Stmt *Label = E.getDst()->getLabel()) { in printJson()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CoreEngine.h | 509 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/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 124 return cast<DbgLabelRecord>(this)->getLabel() == in isIdenticalToWhenDefined() 125 cast<DbgLabelRecord>(R).getLabel(); in isIdenticalToWhenDefined() 399 return new DbgLabelRecord(getLabel(), getDebugLoc()); in clone() 464 MetadataAsValue::get(getDebugLoc()->getContext(), getLabel())}; in createDebugIntrinsic()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Mangle.cpp | 150 if (!ALA->getIsLiteralLabel() || ALA->getLabel().starts_with("llvm.")) { in mangleName() 151 Out << ALA->getLabel(); in mangleName() 172 Out << ALA->getLabel(); in mangleName()
|
H A D | APValue.cpp | 493 ID.AddPointer(getAddrLabelDiffLHS()->getLabel()->getCanonicalDecl()); in Profile() 494 ID.AddPointer(getAddrLabelDiffRHS()->getLabel()->getCanonicalDecl()); in Profile() 938 Out << "&&" << getAddrLabelDiffLHS()->getLabel()->getName(); in printPretty() 940 Out << "&&" << getAddrLabelDiffRHS()->getLabel()->getName(); in printPretty()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | VarBypassDetector.cpp | 141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SDNodeDbgValue.h | 252 MDNode *getLabel() const { return Label; } in getLabel() function
|