| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineOperand.cpp | 610 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 D | MCCodeView.cpp | 301 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 D | JumpDiagnostics.cpp | 295 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 D | AnalysisBasedWarnings.cpp | 284 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 D | SemaStmtAsm.cpp | 200 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 D | MCDwarf.h | 163 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 D | MCCodeView.h | 52 const MCSymbol *getLabel() const { return Label; } in getLabel() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UnreachableCodeChecker.cpp | 122 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 D | xray-graph-diff.cpp | 317 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 D | AddressPool.h | 54 MCSymbol *getLabel() { return AddressTableBaseSym; } in getLabel() function
|
| H A D | WinException.h | 78 const MCExpr *getLabel(const MCSymbol *Label);
|
| H A D | DwarfDebug.h | 243 const DILabel *getLabel() const { return cast<DILabel>(getEntity()); } in getLabel() function 246 StringRef getName() const { return getLabel()->getName(); } in getName()
|
| H A D | WinException.cpp | 301 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 D | DwarfCompileUnit.cpp | 530 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 D | Mangle.cpp | 131 if (GlobalPrefix && !ALA->getLabel().startswith("llvm.")) in mangleName() 134 Out << ALA->getLabel(); in mangleName()
|
| H A D | TextNodeDumper.cpp | 652 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 D | APValue.cpp | 587 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 D | CoreEngine.h | 492 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 D | SValBuilder.h | 363 return loc::GotoLabel(expr->getLabel()); in makeLoc()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | StmtDataCollectors.td | 142 addData(S->getLabel()->getName()); 163 addData(S->getLabel()->getName());
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | CFGStmtMap.cpp | 68 if (Stmt *Label = B->getLabel()) in Accumulate()
|
| H A D | ProgramPoint.cpp | 156 const Stmt *Label = E.getDst()->getLabel(); in print()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | VarBypassDetector.cpp | 142 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SDNodeDbgValue.h | 154 MDNode *getLabel() const { return Label; } in getLabel() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | SVals.cpp | 376 os << "&&" << castAs<loc::GotoLabel>().getLabel()->getName(); in dumpToStream()
|