| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AddressPool.cpp | 29 MCSymbol *EndLabel = in emitHeader() local 38 return EndLabel; in emitHeader() 49 MCSymbol *EndLabel = nullptr; in emit() local 52 EndLabel = emitHeader(Asm, AddrSection); in emit() 70 if (EndLabel) in emit() 71 Asm.OutStreamer->emitLabel(EndLabel); in emit()
|
| H A D | EHStreamer.cpp | 198 MCSymbol *EndLabel = LandingPad->BeginLabels[j]; in computePadMap() local 202 if (!BeginLabel->isDefined() || !EndLabel->isDefined()) in computePadMap() 258 Asm->MBBSectionRanges[MBB.getSectionIDNum()].EndLabel, in computeCallSiteTable() 322 Prev.EndLabel = Site.EndLabel; in computeCallSiteTable() 719 MCSymbol *EndLabel = S.EndLabel; in emitExceptionTable() local 720 if (!EndLabel) in emitExceptionTable() 721 EndLabel = EHFuncEndSym; in emitExceptionTable() 731 EndLabel->getName()); in emitExceptionTable() 732 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 | DwarfUnit.h | 47 MCSymbol *EndLabel = nullptr; variable 97 MCSymbol *getEndLabel() const { return EndLabel; } in getEndLabel()
|
| H A D | CodeViewDebug.cpp | 1220 const MCSymbol *EndLabel = std::get<1>(HeapAllocSite); in emitDebugInfoForFunction() local 1228 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 2); in emitDebugInfoForFunction() 3119 *EndLabel = MMI->getContext().createTempSymbol(); in beginCVSubsection() local 3122 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 4); in beginCVSubsection() 3124 return EndLabel; in beginCVSubsection() 3127 void CodeViewDebug::endCVSubsection(MCSymbol *EndLabel) { in endCVSubsection() argument 3128 OS.emitLabel(EndLabel); in endCVSubsection() 3142 *EndLabel = MMI->getContext().createTempSymbol(); in beginSymbolRecord() local 3144 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 2); in beginSymbolRecord() 3149 return EndLabel; in beginSymbolRecord() [all …]
|
| 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() 1126 const MCSymbol *EndLabel; // End of protected region in emitCLRExceptionTable() member 1297 const MCExpr *ClauseEnd = getOffsetPlusOne(Clause.EndLabel, FuncBeginSym); in emitCLRExceptionTable()
|
| H A D | DwarfDebug.cpp | 1696 const MCSymbol *EndLabel; in buildLocationList() local 1699 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionIDNum()].EndLabel; in buildLocationList() 1704 EndLabel = getLabelAfterInsn(std::next(EI)->getInstr()); in buildLocationList() 1706 EndLabel = getLabelBeforeInsn(std::next(EI)->getInstr()); in buildLocationList() 1707 assert(EndLabel && "Forgot label after instruction ending a range!"); in buildLocationList() 1743 if (StartLabel == EndLabel) { in buildLocationList() 1766 DebugLoc.emplace_back(BeginSectionLabel, EndLabel, Values); in buildLocationList() 1773 DebugLoc.emplace_back(StartLabel, EndLabel, Values); in buildLocationList() 2255 TheCU.addRange({R.second.BeginLabel, R.second.EndLabel}); in endFunctionImpl() 2497 MCSymbol *EndLabel = Asm->emitDwarfUnitLength( in emitDebugPubSection() local [all …]
|
| H A D | DwarfCompileUnit.cpp | 458 BB_List.push_back({R.second.BeginLabel, R.second.EndLabel}); in updateSubprogramScopeDIEImpl() 627 auto *EndLabel = DD->getLabelAfterInsn(R.second); in attachRangesOrLowHighPC() local 645 MBB->sameSection(EndMBB) ? EndLabel : MBBSectionRange.EndLabel}); in attachRangesOrLowHighPC()
|
| H A D | CodeViewDebug.h | 344 void endCVSubsection(MCSymbol *EndLabel);
|
| H A D | DwarfUnit.cpp | 1745 EndLabel = Asm->emitDwarfUnitLength( in emitCommonHeader()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | ByteCodeStmtGen.cpp | 304 LabelTy EndLabel = this->getLabel(); // Label after the loop. in visitWhileStmt() local 305 LoopScope<Emitter> LS(this, EndLabel, CondLabel); in visitWhileStmt() 310 if (!this->jumpFalse(EndLabel)) in visitWhileStmt() 318 this->emitLabel(EndLabel); in visitWhileStmt() 329 LabelTy EndLabel = this->getLabel(); in visitDoStmt() local 331 LoopScope<Emitter> LS(this, EndLabel, CondLabel); in visitDoStmt() 341 this->emitLabel(EndLabel); in visitDoStmt() 353 LabelTy EndLabel = this->getLabel(); in visitForStmt() local 356 LoopScope<Emitter> LS(this, EndLabel, IncLabel); in visitForStmt() 364 if (!this->jumpFalse(EndLabel)) in visitForStmt() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 332 MCSymbol *EndLabel = Asm->createTempSymbol("Earange"); in emitDwarfDebugArangesTable() local 344 Asm->emitLabelDifference(EndLabel, BeginLabel, 4); // Arange length in emitDwarfDebugArangesTable() 362 Asm->OutStreamer->emitLabel(EndLabel); in emitDwarfDebugArangesTable() 642 MCSymbol *EndLabel = MC->createTempSymbol(); in translateLineTable() local 651 Asm->emitLabelDifference(EndLabel, BeginLabel, 4); in translateLineTable() 708 Asm->OutStreamer->emitLabel(EndLabel); in translateLineTable() 723 MCSymbol *EndLabel = Asm->createTempSymbol("pub" + SecName + "_end"); in emitPubSectionForUnit() local 733 Asm->emitLabelDifference(EndLabel, BeginLabel, 4); // Length in emitPubSectionForUnit() 751 Asm->OutStreamer->emitLabel(EndLabel); in emitPubSectionForUnit()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcAsmPrinter.cpp | 223 MCSymbol *EndLabel = OutContext.createTempSymbol(); in LowerGETPCXAndEmitMCInsts() local 237 MCOperand Callee = createPCXCallOP(EndLabel, OutContext); in LowerGETPCXAndEmitMCInsts() 244 OutStreamer->emitLabel(EndLabel); in LowerGETPCXAndEmitMCInsts() 246 GOTLabel, StartLabel, EndLabel, in LowerGETPCXAndEmitMCInsts()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 202 void setEndLabel(MCSymbol *EndLabel) { in setEndLabel() argument 203 Label = EndLabel; in setEndLabel() 226 void addEndEntry(MCSymbol *EndLabel);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 135 MCSymbol *BeginLabel, *EndLabel; member
|
| H A D | MachineFunction.h | 1130 MCSymbol *BeginLabel, MCSymbol *EndLabel);
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 144 void MCLineSection::addEndEntry(MCSymbol *EndLabel) { in addEndEntry() argument 145 auto *Sec = &EndLabel->getSection(); in addEndEntry() 157 EndEntry.setEndLabel(EndLabel); in addEndEntry()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 757 MCSymbol *BeginLabel, MCSymbol *EndLabel) { in addInvoke() argument 760 LP.EndLabels.push_back(EndLabel); in addInvoke()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 7837 MCSymbol *EndLabel = MMI.getContext().createTempSymbol(); in lowerEndEH() local 7838 Chain = DAG.getEHLabel(getCurSDLoc(), Chain, EndLabel); in lowerEndEH() 7847 EHInfo->addIPToStateRange(II, BeginLabel, EndLabel); in lowerEndEH() 7850 MF.addInvoke(FuncInfo.MBBMap[EHPadBB], BeginLabel, EndLabel); in lowerEndEH()
|