Searched refs:getLabel (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h53 MCSymbol *getLabel() { return AddressTableBaseSym; } function in class:llvm::AddressPool
H A DWinException.h77 const MCExpr *getLabel(const MCSymbol *Label);
H A DDwarfDebug.h245 const DILabel *getLabel() const { return cast<DILabel>(getEntity()); } function in class:llvm::DbgLabel
248 StringRef getName() const { return getLabel()->getName(); }
H A DWinException.cpp313 const MCExpr *WinException::getLabel(const MCSymbol *Label) { function in class:WinException
644 OS.EmitValue(getLabel(BeginLabel), 4);
646 OS.EmitValue(getLabel(EndLabel), 4);
932 std::make_pair(getLabel(ChangeLabel), StateChange.NewState));
H A DDwarfCompileUnit.cpp589 insertDIE(DL.getLabel(), LabelDie);
1278 const auto *DILabel = Label.getLabel();
1317 MCSymbol *Label = DD->getAddressPool().getLabel();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFGStmtMap.cpp67 if (Stmt *Label = B->getLabel())
H A DProgramPoint.cpp152 if (const Stmt *Label = E.getDst()->getLabel()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.h50 LabelTy getLabel() { return ++NextLabel; } function in class:clang::interp::ByteCodeEmitter
H A DByteCodeStmtGen.cpp203 LabelTy LabelElse = this->getLabel();
204 LabelTy LabelEnd = this->getLabel();
216 LabelTy LabelEnd = this->getLabel();
H A DEvalEmitter.h54 LabelTy getLabel();
H A DEvalEmitter.cpp49 EvalEmitter::LabelTy EvalEmitter::getLabel() { return NextLabel++; } function in class:EvalEmitter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp604 if (MCSymbol *Label = CFI.getLabel())
610 if (MCSymbol *Label = CFI.getLabel())
615 if (MCSymbol *Label = CFI.getLabel())
620 if (MCSymbol *Label = CFI.getLabel())
627 if (MCSymbol *Label = CFI.getLabel())
633 if (MCSymbol *Label = CFI.getLabel())
639 if (MCSymbol *Label = CFI.getLabel())
646 if (MCSymbol *Label = CFI.getLabel())
653 if (MCSymbol *Label = CFI.getLabel())
659 if (MCSymbol *Label = CFI.getLabel())
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp300 MCCVLines[Idx].getLabel(),
370 OS.emitAbsoluteSymbolDiff(J->getLabel(), FuncBegin, 4);
484 const MCSection *FirstSec = &Locs.front().getLabel()->getSection();
486 if (&Loc.getLabel()->getSection() != FirstSec) {
535 unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel());
538 LastLabel = Loc.getLabel();
565 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel());
587 LastLabel = Loc.getLabel();
600 if (&Loc.getLabel()->getSection() == &LastLabel->getSection())
601 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel());
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp297 IndirectJumpTargets.push_back(cast<AddrLabelExpr>(S)->getLabel());
353 AsmJumpTargets.push_back(E->getLabel());
609 if (GS->getLabel()->getStmt()) {
610 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(),
934 if (GS->getLabel()->isMSAsmLabel()) {
936 << GS->getLabel()->getIdentifier();
937 S.Diag(GS->getLabel()->getLocation(), diag::note_goto_ms_asm_label)
938 << GS->getLabel()->getIdentifier();
H A DAnalysisBasedWarnings.cpp301 dyn_cast_or_null<CXXCatchStmt>(Succ->getLabel())) {
1065 const Stmt *L = B->getLabel();
1099 const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(P->getLabel());
1100 if (SW && SW->getSubStmt() == B.getLabel() && P->begin() == P->end())
1103 const LabelStmt *L = dyn_cast_or_null<LabelStmt>(P->getLabel());
1104 if (L && L->getSubStmt() == B.getLabel() && P->begin() == P->end())
1204 if (const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(B.getLabel()))
1271 const Stmt *Label = B->getLabel();
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp121 if (const Stmt *label = CB->getLabel())
251 return CB->getLabel() == nullptr // No labels
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h154 MDNode *getLabel() const { return Label; } function in class:llvm::SDDbgLabel
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h51 const MCSymbol *getLabel() const { return Label; } function in class:llvm::MCCVLoc
H A DMCDwarf.h165 MCSymbol *getLabel() const { return Label; } function in class:llvm::MCDwarfLineEntry
346 MCSymbol *getLabel() const { function in class:llvm::MCDwarfLineTable
427 MCSymbol *getLabel() const { return Label; } function in class:llvm::MCGenDwarfLabelEntry
578 MCSymbol *getLabel() const { return Label; } function in class:llvm::MCCFIInstruction
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp141 if (const LabelStmt *LS = GS->getLabel()->getStmt())
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp303 static std::string getLabel(const GraphDiffRenderer::GraphT::EdgeValueType &E, function
321 static std::string getLabel(const GraphDiffRenderer::GraphT::VertexValueType &V, function
386 TailId, getLabel(E, EdgeLabel), getColor(E, G, H, EdgeColor),
400 VertexNo[VertexId], getLabel(V, VertexLabel, TruncLen),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h500 const LabelDecl *getLabel() const { function in class:clang::ento::IndirectGotoNodeBuilder::iterator
501 return cast<LabelStmt>((*I)->getLabel())->getDecl();
549 return cast<CaseStmt>((*I)->getLabel());
H A DSValBuilder.h362 return loc::GotoLabel(expr->getLabel());
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp125 if (!ALA->getIsLiteralLabel() || ALA->getLabel().startswith("llvm.")) {
126 Out << ALA->getLabel();
140 Out << ALA->getLabel();
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp385 os << "&&" << castAs<loc::GotoLabel>().getLabel()->getName();

Completed in 802 milliseconds

123