| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AddressPool.cpp | 30 MCSymbol *EndLabel = in emitHeader() local 39 return EndLabel; in emitHeader() 50 MCSymbol *EndLabel = nullptr; in emit() local 53 EndLabel = emitHeader(Asm, AddrSection); in emit() 71 if (EndLabel) in emit() 72 Asm.OutStreamer->emitLabel(EndLabel); in emit()
|
| H A D | EHStreamer.cpp | 197 MCSymbol *EndLabel = LandingPad->BeginLabels[j]; in computePadMap() local 201 if (!BeginLabel->isDefined() || !EndLabel->isDefined()) in computePadMap() 257 Asm->MBBSectionRanges[MBB.getSectionIDNum()].EndLabel, in computeCallSiteTable() 321 Prev.EndLabel = Site.EndLabel; in computeCallSiteTable() 718 MCSymbol *EndLabel = S.EndLabel; in emitExceptionTable() local 719 if (!EndLabel) in emitExceptionTable() 720 EndLabel = EHFuncEndSym; in emitExceptionTable() 730 EndLabel->getName()); in emitExceptionTable() 731 Asm->emitCallSiteOffset(EndLabel, BeginLabel, CallSiteEncoding); in emitExceptionTable()
|
| H A D | DwarfFile.cpp | 52 if (MCSymbol *EndLabel = TheU->getEndLabel()) in emitUnit() local 53 Asm->OutStreamer->emitLabel(EndLabel); in emitUnit()
|
| H A D | WinException.h | 58 const MCSymbol *EndLabel, int State);
|
| H A D | EHStreamer.h | 64 MCSymbol *EndLabel; // Null indicates the end of the function. member
|
| H A D | WinException.cpp | 627 const MCSymbol *EndLabel, int State) { in emitSEHActionsForRange() argument 636 assert(BeginLabel && EndLabel); in emitSEHActionsForRange() 656 OS.emitValue(getLabelPlusOne(EndLabel), 4); in emitSEHActionsForRange() 1130 const MCSymbol *EndLabel; // End of protected region in emitCLRExceptionTable() member 1301 const MCExpr *ClauseEnd = getOffsetPlusOne(Clause.EndLabel, FuncBeginSym); in emitCLRExceptionTable()
|
| H A D | DwarfUnit.h | 52 MCSymbol *EndLabel = nullptr; variable 109 MCSymbol *getEndLabel() const { return EndLabel; } in getEndLabel()
|
| H A D | CodeViewDebug.cpp | 1234 const MCSymbol *EndLabel = std::get<1>(HeapAllocSite); in emitDebugInfoForFunction() local 1242 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 2); in emitDebugInfoForFunction() 3156 *EndLabel = MMI->getContext().createTempSymbol(); in beginCVSubsection() local 3159 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 4); in beginCVSubsection() 3161 return EndLabel; in beginCVSubsection() 3164 void CodeViewDebug::endCVSubsection(MCSymbol *EndLabel) { in endCVSubsection() argument 3165 OS.emitLabel(EndLabel); in endCVSubsection() 3181 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 2); in beginSymbolRecord() 3186 return EndLabel; in beginSymbolRecord() 3313 endCVSubsection(EndLabel); in emitDebugInfoForGlobals() [all …]
|
| H A D | DwarfDebug.cpp | 1713 const MCSymbol *EndLabel; in buildLocationList() local 1716 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionIDNum()].EndLabel; in buildLocationList() 1721 EndLabel = getLabelAfterInsn(std::next(EI)->getInstr()); in buildLocationList() 1723 EndLabel = getLabelBeforeInsn(std::next(EI)->getInstr()); in buildLocationList() 1724 assert(EndLabel && "Forgot label after instruction ending a range!"); in buildLocationList() 1760 if (StartLabel == EndLabel) { in buildLocationList() 1783 DebugLoc.emplace_back(BeginSectionLabel, EndLabel, Values); in buildLocationList() 1790 DebugLoc.emplace_back(StartLabel, EndLabel, Values); in buildLocationList() 2292 TheCU.addRange({R.second.BeginLabel, R.second.EndLabel}); in endFunctionImpl() 2539 MCSymbol *EndLabel = Asm->emitDwarfUnitLength( in emitDebugPubSection() local [all …]
|
| H A D | DwarfCompileUnit.cpp | 505 BB_List.push_back({R.second.BeginLabel, R.second.EndLabel}); in updateSubprogramScopeDIE() 658 auto *EndLabel = DD->getLabelAfterInsn(R.second); in attachRangesOrLowHighPC() local 676 MBB->sameSection(EndMBB) ? EndLabel : MBBSectionRange.EndLabel}); in attachRangesOrLowHighPC()
|
| H A D | CodeViewDebug.h | 363 void endCVSubsection(MCSymbol *EndLabel);
|
| H A D | DwarfUnit.cpp | 1747 EndLabel = Asm->emitDwarfUnitLength( in emitCommonHeader()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeStmtGen.cpp | 422 if (!this->jumpFalse(EndLabel)) in visitWhileStmt() 434 this->emitLabel(EndLabel); in visitWhileStmt() 445 LabelTy EndLabel = this->getLabel(); in visitDoStmt() local 463 this->emitLabel(EndLabel); in visitDoStmt() 475 LabelTy EndLabel = this->getLabel(); in visitForStmt() local 487 if (!this->jumpFalse(EndLabel)) in visitForStmt() 503 this->emitLabel(EndLabel); in visitForStmt() 537 if (!this->jumpFalse(EndLabel)) in visitCXXForRangeStmt() 557 this->emitLabel(EndLabel); in visitCXXForRangeStmt() 634 if (!this->jump(EndLabel)) in visitSwitchStmt() [all …]
|
| H A D | ByteCodeExprGen.cpp | 275 LabelTy EndLabel = this->getLabel(); in VisitCastExpr() local 276 this->jump(EndLabel); in VisitCastExpr() 284 this->fallthrough(EndLabel); in VisitCastExpr() 285 this->emitLabel(EndLabel); in VisitCastExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 335 Asm->OutStreamer->emitLabel(EndLabel); in emitStringOffsets() 472 Asm->OutStreamer->emitLabel(EndLabel); in emitDwarfDebugArangesTable() 538 return EndLabel; in emitDwarfDebugRangeListHeader() 560 if (EndLabel != nullptr) in emitDwarfDebugRangeListFooter() 561 Asm->OutStreamer->emitLabel(EndLabel); in emitDwarfDebugRangeListFooter() 635 return EndLabel; in emitDwarfDebugLocListHeader() 661 if (EndLabel != nullptr) in emitDwarfDebugLocListFooter() 662 Asm->OutStreamer->emitLabel(EndLabel); in emitDwarfDebugLocListFooter() 732 return EndLabel; in emitDwarfDebugAddrsHeader() 752 if (EndLabel != nullptr) in emitDwarfDebugAddrsFooter() [all …]
|
| H A D | DWARFLinker.cpp | 1920 MCSymbol *EndLabel = TheDwarfEmitter->emitDwarfDebugRangeListHeader(Unit); in generateUnitRanges() local 1961 TheDwarfEmitter->emitDwarfDebugRangeListFooter(Unit, EndLabel); in generateUnitRanges() 1978 MCSymbol *EndLabel = Emitter->emitDwarfDebugLocListHeader(Unit); in generateUnitLocations() local 2017 Emitter->emitDwarfDebugLocListFooter(Unit, EndLabel); in generateUnitLocations() 2042 MCSymbol *EndLabel = Emitter->emitDwarfDebugAddrsHeader(Unit); in emitDebugAddrSection() local 2047 Emitter->emitDwarfDebugAddrsFooter(Unit, EndLabel); in emitDebugAddrSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.h | 118 MCSymbol *EndLabel) override; 132 MCSymbol *EndLabel) override; 142 MCSymbol *EndLabel) override;
|
| H A D | DWARFLinker.h | 93 MCSymbol *EndLabel) = 0; 106 MCSymbol *EndLabel) = 0; 117 MCSymbol *EndLabel) = 0;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcAsmPrinter.cpp | 233 MCSymbol *EndLabel = OutContext.createTempSymbol(); in LowerGETPCXAndEmitMCInsts() local 249 MCOperand Callee = createPCXCallOP(EndLabel, OutContext); in LowerGETPCXAndEmitMCInsts() 263 OutStreamer->emitLabel(EndLabel); in LowerGETPCXAndEmitMCInsts() 265 GOTLabel, StartLabel, EndLabel, in LowerGETPCXAndEmitMCInsts()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 206 void setEndLabel(MCSymbol *EndLabel) { in setEndLabel() argument 207 Label = EndLabel; in setEndLabel() 230 void addEndEntry(MCSymbol *EndLabel);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 135 MCSymbol *BeginLabel, *EndLabel; member
|
| H A D | MachineFunction.h | 1186 MCSymbol *BeginLabel, MCSymbol *EndLabel);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 147 void MCLineSection::addEndEntry(MCSymbol *EndLabel) { in addEndEntry() argument 148 auto *Sec = &EndLabel->getSection(); in addEndEntry() 160 EndEntry.setEndLabel(EndLabel); in addEndEntry()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 773 MCSymbol *BeginLabel, MCSymbol *EndLabel) { in addInvoke() argument 776 LP.EndLabels.push_back(EndLabel); in addInvoke()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 1352 MCSymbol *EndLabel = MMI.getContext().createTempSymbol(); in reportIPToStateForBlocks() local 1353 EHInfo->addIPToStateRange(State, BeginLabel, EndLabel); in reportIPToStateForBlocks() 1365 .addSym(EndLabel); in reportIPToStateForBlocks()
|