Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOperand.cpp616 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
622 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
627 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
632 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
639 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
645 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
651 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
658 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
665 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
671 if (MCSymbol *Label = CFI.getLabel()) in printCFI()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp300 MCCVLines[Idx].getLabel(), in getFunctionLineEntries()
370 OS.emitAbsoluteSymbolDiff(J->getLabel(), FuncBegin, 4); in emitLineTableForFunction()
484 const MCSection *FirstSec = &Locs.front().getLabel()->getSection(); in encodeInlineLineTable()
486 if (&Loc.getLabel()->getSection() != FirstSec) { in encodeInlineLineTable()
535 unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
538 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
565 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
584 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
597 if (&Loc.getLabel()->getSection() == &LastLabel->getSection()) in encodeInlineLineTable()
598 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
H A DMCPseudoProbe.cpp53 buildSymbolDiff(MCOS, Label, LastProbe->getLabel()); in emit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp203 LabelTy LabelElse = this->getLabel(); in visitIfStmt()
204 LabelTy LabelEnd = this->getLabel(); in visitIfStmt()
216 LabelTy LabelEnd = this->getLabel(); in visitIfStmt()
H A DByteCodeEmitter.h50 LabelTy getLabel() { return ++NextLabel; } in getLabel() function
H A DEvalEmitter.h54 LabelTy getLabel();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp318 IndirectJumpTargets.push_back(cast<AddrLabelExpr>(S)->getLabel()); in BuildScopeInformation()
374 AsmJumpTargets.push_back(E->getLabel()); in BuildScopeInformation()
654 if (GS->getLabel()->getStmt()) { in VerifyJumps()
655 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps()
987 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
989 << GS->getLabel()->getIdentifier(); in CheckGotoStmt()
990 S.Diag(GS->getLabel()->getLocation(), diag::note_goto_ms_asm_label) in CheckGotoStmt()
991 << GS->getLabel()->getIdentifier(); in CheckGotoStmt()
H A DAnalysisBasedWarnings.cpp303 dyn_cast_or_null<CXXCatchStmt>(Succ->getLabel())) { in throwEscapes()
1075 const Stmt *L = B->getLabel(); in fillReachableBlocks()
1109 const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(P->getLabel()); in checkFallThroughIntoBlock()
1110 if (SW && SW->getSubStmt() == B.getLabel() && P->begin() == P->end()) in checkFallThroughIntoBlock()
1113 const LabelStmt *L = dyn_cast_or_null<LabelStmt>(P->getLabel()); in checkFallThroughIntoBlock()
1114 if (L && L->getSubStmt() == B.getLabel() && P->begin() == P->end()) in checkFallThroughIntoBlock()
1214 if (const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(B.getLabel())) in getLastStmt()
1281 const Stmt *Label = B->getLabel(); in DiagnoseSwitchLabelsFallthrough()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCDwarf.h171 MCSymbol *getLabel() const { return Label; } in getLabel() function
352 MCSymbol *getLabel() const { in getLabel() function
433 MCSymbol *getLabel() const { return Label; } in getLabel() function
587 MCSymbol *getLabel() const { return Label; } in getLabel() function
H A DMCPseudoProbe.h86 MCSymbol *getLabel() const { return Label; } in getLabel() function
H A DMCCodeView.h51 const MCSymbol *getLabel() const { return Label; } in getLabel() function
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp121 if (const Stmt *label = CB->getLabel()) in checkEndAnalysis()
251 return CB->getLabel() == nullptr // No labels in isEmptyCFGBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h53 MCSymbol *getLabel() { return AddressTableBaseSym; } in getLabel() function
H A DWinException.h78 const MCExpr *getLabel(const MCSymbol *Label);
H A DWinException.cpp332 const MCExpr *WinException::getLabel(const MCSymbol *Label) { in getLabel() function in WinException
665 OS.emitValue(getLabel(BeginLabel), 4); in emitSEHActionsForRange()
667 OS.emitValue(getLabel(EndLabel), 4); in emitSEHActionsForRange()
953 std::make_pair(getLabel(ChangeLabel), StateChange.NewState)); in computeIP2StateTable()
H A DDwarfDebug.h243 const DILabel *getLabel() const { return cast<DILabel>(getEntity()); } in getLabel() function
246 StringRef getName() const { return getLabel()->getName(); } in getName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtDataCollectors.td142 addData(S->getLabel()->getName());
163 addData(S->getLabel()->getName());
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h500 const LabelDecl *getLabel() const { in getLabel() function
501 return cast<LabelStmt>((*I)->getLabel())->getDecl(); in getLabel()
549 return cast<CaseStmt>((*I)->getLabel()); in getCase()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFGStmtMap.cpp67 if (Stmt *Label = B->getLabel()) in Accumulate()
H A DProgramPoint.cpp153 if (const Stmt *Label = E.getDst()->getLabel()) { in printJson()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp152 if (!ALA->getIsLiteralLabel() || ALA->getLabel().startswith("llvm.")) { in mangleName()
153 Out << ALA->getLabel(); in mangleName()
174 Out << ALA->getLabel(); in mangleName()
H A DAPValue.cpp491 ID.AddPointer(getAddrLabelDiffLHS()->getLabel()->getCanonicalDecl()); in Profile()
492 ID.AddPointer(getAddrLabelDiffRHS()->getLabel()->getCanonicalDecl()); in Profile()
857 Out << "&&" << getAddrLabelDiffLHS()->getLabel()->getName(); in printPretty()
859 Out << "&&" << getAddrLabelDiffRHS()->getLabel()->getName(); in printPretty()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DVarBypassDetector.cpp141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h251 MDNode *getLabel() const { return Label; } in getLabel() function

123