Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp45 std::move(Emitter)), LastLabel(NULL) { in PPCELFStreamer()
73 if (LastLabel && !LastLabel->isUnset() && LastLabelLoc.isValid() && in emitPrefixedInstruction()
82 AssignFragment(LastLabel, InstructionFragment); in emitPrefixedInstruction()
83 LastLabel->setOffset(0); in emitPrefixedInstruction()
123 LastLabel = Symbol; in emitLabel()
H A DPPCELFStreamer.h32 MCSymbol *LastLabel; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp504 const MCSymbol *LastLabel = Frag.getFnStartSym(); in encodeInlineLineTable() local
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()
591 computeLabelDiff(Layout, LastLabel, Frag.getFnEndSym()); in encodeInlineLineTable()
597 if (&Loc.getLabel()->getSection() == &LastLabel->getSection()) in encodeInlineLineTable()
598 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
616 const MCSymbol *LastLabel = nullptr; in encodeDefRange() local
619 LastLabel ? computeLabelDiff(Layout, LastLabel, Range.first) : 0; in encodeDefRange()
[all …]
H A DMCObjectStreamer.cpp492 const MCSymbol *LastLabel, in emitDwarfAdvanceLineAddr() argument
495 if (!LastLabel) { in emitDwarfAdvanceLineAddr()
500 const MCExpr *AddrDelta = buildSymbolDiff(*this, Label, LastLabel); in emitDwarfAdvanceLineAddr()
511 MCSymbol *LastLabel) { in emitDwarfLineEndEntry() argument
524 emitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd, in emitDwarfLineEndEntry()
528 void MCObjectStreamer::emitDwarfAdvanceFrameAddr(const MCSymbol *LastLabel, in emitDwarfAdvanceFrameAddr() argument
530 const MCExpr *AddrDelta = buildSymbolDiff(*this, Label, LastLabel); in emitDwarfAdvanceFrameAddr()
H A DMCAsmStreamer.cpp390 void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) override;
392 void emitDwarfAdvanceLineAddr(int64_t LineDelta, const MCSymbol *LastLabel,
2364 MCSymbol *LastLabel) { in emitDwarfLineEndEntry() argument
2383 emitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd, in emitDwarfLineEndEntry()
2389 const MCSymbol *LastLabel, in emitDwarfAdvanceLineAddr() argument
2402 if (!LastLabel) { in emitDwarfAdvanceLineAddr()
H A DMCDwarf.cpp174 MCSymbol *LastLabel = nullptr; in emitDwarfLineTable() local
221 MCOS->emitDwarfAdvanceLineAddr(LineDelta, LastLabel, Label, in emitDwarfLineTable()
226 LastLabel = Label; in emitDwarfLineTable()
230 MCOS->emitDwarfLineEndEntry(Section, LastLabel); in emitDwarfLineTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp237 MCSymbol *LastLabel = Asm->getFunctionBegin(); in computeCallSiteTable() local
259 LastLabel = nullptr; in computeCallSiteTable()
274 if (BeginLabel == LastLabel) in computeCallSiteTable()
295 CallSites.push_back({LastLabel, BeginLabel, nullptr, 0}); in computeCallSiteTable()
299 LastLabel = LandingPad->EndLabels[P.RangeIndex]; in computeCallSiteTable()
300 assert(BeginLabel && LastLabel && "Invalid landing pad!"); in computeCallSiteTable()
309 LastLabel, in computeCallSiteTable()
346 CallSiteEntry Site = {LastLabel, CallSiteRanges.back().FragmentEndLabel, in computeCallSiteTable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectStreamer.h148 void emitDwarfAdvanceLineAddr(int64_t LineDelta, const MCSymbol *LastLabel,
151 void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) override;
152 void emitDwarfAdvanceFrameAddr(const MCSymbol *LastLabel,
H A DMCStreamer.h1098 virtual void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) {} in emitDwarfLineEndEntry() argument
1104 const MCSymbol *LastLabel, in emitDwarfAdvanceLineAddr() argument