Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineOperand.cpp610 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
616 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
621 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
626 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
633 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
639 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
645 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
652 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
659 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
665 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
[all …]
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp301 MCCVLines[Idx].getLabel(), in getFunctionLineEntries()
371 OS.emitAbsoluteSymbolDiff(J->getLabel(), FuncBegin, 4); in emitLineTableForFunction()
485 const MCSection *FirstSec = &Locs.front().getLabel()->getSection(); in encodeInlineLineTable()
487 if (&Loc.getLabel()->getSection() != FirstSec) { in encodeInlineLineTable()
536 unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
539 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
566 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
588 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
601 if (&Loc.getLabel()->getSection() == &LastLabel->getSection()) in encodeInlineLineTable()
602 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp295 IndirectJumpTargets.push_back(cast<AddrLabelExpr>(S)->getLabel()); in BuildScopeInformation()
595 if (GS->getLabel()->getStmt()) { in VerifyJumps()
596 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps()
911 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
913 << GS->getLabel()->getIdentifier(); in CheckGotoStmt()
914 S.Diag(GS->getLabel()->getLocation(), diag::note_goto_ms_asm_label) in CheckGotoStmt()
915 << GS->getLabel()->getIdentifier(); in CheckGotoStmt()
H A DAnalysisBasedWarnings.cpp284 dyn_cast_or_null<CXXCatchStmt>(Succ->getLabel())) { in throwEscapes()
1046 const Stmt *L = B->getLabel(); in fillReachableBlocks()
1080 const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(P->getLabel()); in checkFallThroughIntoBlock()
1081 if (SW && SW->getSubStmt() == B.getLabel() && P->begin() == P->end()) in checkFallThroughIntoBlock()
1084 const LabelStmt *L = dyn_cast_or_null<LabelStmt>(P->getLabel()); in checkFallThroughIntoBlock()
1085 if (L && L->getSubStmt() == B.getLabel() && P->begin() == P->end()) in checkFallThroughIntoBlock()
1185 if (const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(B.getLabel())) in getLastStmt()
1257 const Stmt *Label = B->getLabel(); in DiagnoseSwitchLabelsFallthrough()
H A DSemaStmtAsm.cpp200 if (Target.isValidGCCRegisterName(Attr->getLabel())) in extractRegisterName()
201 return Target.getNormalizedGCCRegisterName(Attr->getLabel(), true); in extractRegisterName()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCDwarf.h163 MCSymbol *getLabel() const { return Label; } in getLabel() function
327 MCSymbol *getLabel() const { in getLabel() function
408 MCSymbol *getLabel() const { return Label; } in getLabel() function
559 MCSymbol *getLabel() const { return Label; } in getLabel() function
H A DMCCodeView.h52 const MCSymbol *getLabel() const { return Label; } in getLabel() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp122 if (const Stmt *label = CB->getLabel()) in checkEndAnalysis()
252 return CB->getLabel() == nullptr // No labels in isEmptyCFGBlock()
/freebsd-12.1/contrib/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp317 static std::string getLabel(const GraphDiffRenderer::GraphT::EdgeValueType &E, in getLabel() function
335 static std::string getLabel(const GraphDiffRenderer::GraphT::VertexValueType &V, in getLabel() function
400 TailId, getLabel(E, EdgeLabel), getColor(E, G, H, EdgeColor), in exportGraphAsDOT()
414 VertexNo[VertexId], getLabel(V, VertexLabel, TruncLen), in exportGraphAsDOT()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h54 MCSymbol *getLabel() { return AddressTableBaseSym; } in getLabel() function
H A DWinException.h78 const MCExpr *getLabel(const MCSymbol *Label);
H A DDwarfDebug.h243 const DILabel *getLabel() const { return cast<DILabel>(getEntity()); } in getLabel() function
246 StringRef getName() const { return getLabel()->getName(); } in getName()
H A DWinException.cpp301 const MCExpr *WinException::getLabel(const MCSymbol *Label) { in getLabel() function in WinException
632 OS.EmitValue(getLabel(BeginLabel), 4); in emitSEHActionsForRange()
634 OS.EmitValue(getLabel(EndLabel), 4); in emitSEHActionsForRange()
920 std::make_pair(getLabel(ChangeLabel), StateChange.NewState)); in computeIP2StateTable()
H A DDwarfCompileUnit.cpp530 insertDIE(DL.getLabel(), LabelDie); in constructLabelDIE()
1096 const auto *DILabel = Label.getLabel(); in applyLabelAttributes()
1131 MCSymbol *Label = DD->getAddressPool().getLabel(); in addAddrTableBase()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMangle.cpp131 if (GlobalPrefix && !ALA->getLabel().startswith("llvm.")) in mangleName()
134 Out << ALA->getLabel(); in mangleName()
H A DTextNodeDumper.cpp652 OS << " '" << Node->getLabel()->getName() << "'"; in VisitGotoStmt()
653 dumpPointer(Node->getLabel()); in VisitGotoStmt()
810 OS << " " << Node->getLabel()->getName(); in VisitAddrLabelExpr()
811 dumpPointer(Node->getLabel()); in VisitAddrLabelExpr()
H A DAPValue.cpp587 Out << "&&" << getAddrLabelDiffLHS()->getLabel()->getName(); in printPretty()
589 Out << "&&" << getAddrLabelDiffRHS()->getLabel()->getName(); in printPretty()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h492 const LabelDecl *getLabel() const { in getLabel() function
493 return cast<LabelStmt>((*I)->getLabel())->getDecl(); in getLabel()
541 return cast<CaseStmt>((*I)->getLabel()); in getCase()
H A DSValBuilder.h363 return loc::GotoLabel(expr->getLabel()); in makeLoc()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtDataCollectors.td142 addData(S->getLabel()->getName());
163 addData(S->getLabel()->getName());
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFGStmtMap.cpp68 if (Stmt *Label = B->getLabel()) in Accumulate()
H A DProgramPoint.cpp156 const Stmt *Label = E.getDst()->getLabel(); in print()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DVarBypassDetector.cpp142 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h154 MDNode *getLabel() const { return Label; } in getLabel() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp376 os << "&&" << castAs<loc::GotoLabel>().getLabel()->getName(); in dumpToStream()

123