Home
last modified time | relevance | path

Searched refs:LastLabel (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp43 LastLabel(nullptr) {} in PPCELFStreamer()
70 if (LastLabel && !LastLabel->isUnset() && LastLabelLoc.isValid() && in emitPrefixedInstruction()
79 assignFragment(LastLabel, InstructionFragment); in emitPrefixedInstruction()
80 LastLabel->setOffset(0); in emitPrefixedInstruction()
121 LastLabel = Symbol; in emitLabel()
H A DPPCELFStreamer.h30 MCSymbol *LastLabel; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp519 const MCSymbol *LastLabel = Frag.getFnStartSym(); in encodeInlineLineTable() local
552 unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
555 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
582 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
601 LastLabel = Loc.getLabel(); in encodeInlineLineTable()
608 computeLabelDiff(Layout, LastLabel, Frag.getFnEndSym()); in encodeInlineLineTable()
614 if (&Loc.getLabel()->getSection() == &LastLabel->getSection()) in encodeInlineLineTable()
615 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
633 const MCSymbol *LastLabel = nullptr; in encodeDefRange() local
636 LastLabel ? computeLabelDiff(Layout, LastLabel, Range.first) : 0; in encodeDefRange()
[all …]
H A DMCObjectStreamer.cpp543 const MCSymbol *LastLabel, in emitDwarfAdvanceLineAddr() argument
546 if (!LastLabel) { in emitDwarfAdvanceLineAddr()
551 const MCExpr *AddrDelta = buildSymbolDiff(*this, Label, LastLabel, SMLoc()); in emitDwarfAdvanceLineAddr()
556 MCSymbol *LastLabel) { in emitDwarfLineEndEntry() argument
569 emitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd, in emitDwarfLineEndEntry()
573 void MCObjectStreamer::emitDwarfAdvanceFrameAddr(const MCSymbol *LastLabel, in emitDwarfAdvanceFrameAddr() argument
576 const MCExpr *AddrDelta = buildSymbolDiff(*this, Label, LastLabel, Loc); in emitDwarfAdvanceFrameAddr()
H A DMCDwarf.cpp174 MCSymbol *LastLabel; in emitOne() local
182 LastLabel = nullptr; in emitOne()
192 MCOS->emitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, Label, in emitOne()
239 MCOS->emitDwarfAdvanceLineAddr(LineDelta, LastLabel, Label, in emitOne()
244 LastLabel = Label; in emitOne()
253 MCOS->emitDwarfLineEndEntry(Section, LastLabel); in emitOne()
H A DMCAsmStreamer.cpp415 void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) override;
417 void emitDwarfAdvanceLineAddr(int64_t LineDelta, const MCSymbol *LastLabel,
2557 MCSymbol *LastLabel) { in emitDwarfLineEndEntry() argument
2576 emitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd, in emitDwarfLineEndEntry()
2582 const MCSymbol *LastLabel, in emitDwarfAdvanceLineAddr() argument
2595 if (!LastLabel) { in emitDwarfAdvanceLineAddr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp239 MCSymbol *LastLabel = Asm->getFunctionBegin(); in computeCallSiteTable() local
261 LastLabel = nullptr; in computeCallSiteTable()
276 if (BeginLabel == LastLabel) in computeCallSiteTable()
297 CallSites.push_back({LastLabel, BeginLabel, nullptr, 0}); in computeCallSiteTable()
301 LastLabel = LandingPad->EndLabels[P.RangeIndex]; in computeCallSiteTable()
302 assert(BeginLabel && LastLabel && "Invalid landing pad!"); in computeCallSiteTable()
311 LastLabel, in computeCallSiteTable()
348 CallSiteEntry Site = {LastLabel, CallSiteRanges.back().FragmentEndLabel, in computeCallSiteTable()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h166 void emitDwarfAdvanceLineAddr(int64_t LineDelta, const MCSymbol *LastLabel,
169 void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) override;
170 void emitDwarfAdvanceFrameAddr(const MCSymbol *LastLabel,
H A DMCStreamer.h1156 virtual void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) {} in emitDwarfLineEndEntry() argument
1162 const MCSymbol *LastLabel, in emitDwarfAdvanceLineAddr() argument