| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCELFStreamer.cpp | 44 LastLabel(nullptr) {} in PPCELFStreamer() 71 if (LastLabel && !LastLabel->isUnset() && LastLabelLoc.isValid() && in emitPrefixedInstruction() 80 assignFragment(LastLabel, InstructionFragment); in emitPrefixedInstruction() 81 LastLabel->setOffset(0); in emitPrefixedInstruction() 122 LastLabel = Symbol; in emitLabel()
|
| H A D | PPCELFStreamer.h | 31 MCSymbol *LastLabel; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 505 const MCSymbol *LastLabel = Frag.getFnStartSym(); in encodeInlineLineTable() local 536 unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 539 LastLabel = Loc.getLabel(); in encodeInlineLineTable() 566 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 585 LastLabel = Loc.getLabel(); in encodeInlineLineTable() 592 computeLabelDiff(Layout, LastLabel, Frag.getFnEndSym()); in encodeInlineLineTable() 598 if (&Loc.getLabel()->getSection() == &LastLabel->getSection()) in encodeInlineLineTable() 599 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 617 const MCSymbol *LastLabel = nullptr; in encodeDefRange() local 620 LastLabel ? computeLabelDiff(Layout, LastLabel, Range.first) : 0; in encodeDefRange() [all …]
|
| H A D | MCObjectStreamer.cpp | 536 const MCSymbol *LastLabel, in emitDwarfAdvanceLineAddr() argument 539 if (!LastLabel) { in emitDwarfAdvanceLineAddr() 544 const MCExpr *AddrDelta = buildSymbolDiff(*this, Label, LastLabel); in emitDwarfAdvanceLineAddr() 555 MCSymbol *LastLabel) { in emitDwarfLineEndEntry() argument 568 emitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd, in emitDwarfLineEndEntry() 572 void MCObjectStreamer::emitDwarfAdvanceFrameAddr(const MCSymbol *LastLabel, in emitDwarfAdvanceFrameAddr() argument 574 const MCExpr *AddrDelta = buildSymbolDiff(*this, Label, LastLabel); in emitDwarfAdvanceFrameAddr()
|
| H A D | MCDwarf.cpp | 171 MCSymbol *LastLabel; in emitOne() local 179 LastLabel = nullptr; in emitOne() 189 MCOS->emitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, Label, in emitOne() 236 MCOS->emitDwarfAdvanceLineAddr(LineDelta, LastLabel, Label, in emitOne() 241 LastLabel = Label; in emitOne() 250 MCOS->emitDwarfLineEndEntry(Section, LastLabel); in emitOne()
|
| H A D | MCAsmStreamer.cpp | 408 void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) override; 410 void emitDwarfAdvanceLineAddr(int64_t LineDelta, const MCSymbol *LastLabel, 2485 MCSymbol *LastLabel) { in emitDwarfLineEndEntry() argument 2504 emitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd, in emitDwarfLineEndEntry() 2510 const MCSymbol *LastLabel, in emitDwarfAdvanceLineAddr() argument 2523 if (!LastLabel) { in emitDwarfAdvanceLineAddr()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | EHStreamer.cpp | 240 MCSymbol *LastLabel = Asm->getFunctionBegin(); in computeCallSiteTable() local 262 LastLabel = nullptr; in computeCallSiteTable() 277 if (BeginLabel == LastLabel) in computeCallSiteTable() 298 CallSites.push_back({LastLabel, BeginLabel, nullptr, 0}); in computeCallSiteTable() 302 LastLabel = LandingPad->EndLabels[P.RangeIndex]; in computeCallSiteTable() 303 assert(BeginLabel && LastLabel && "Invalid landing pad!"); in computeCallSiteTable() 312 LastLabel, in computeCallSiteTable() 349 CallSiteEntry Site = {LastLabel, CallSiteRanges.back().FragmentEndLabel, in computeCallSiteTable()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCObjectStreamer.h | 166 void emitDwarfAdvanceLineAddr(int64_t LineDelta, const MCSymbol *LastLabel, 169 void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) override; 170 void emitDwarfAdvanceFrameAddr(const MCSymbol *LastLabel,
|
| H A D | MCStreamer.h | 1145 virtual void emitDwarfLineEndEntry(MCSection *Section, MCSymbol *LastLabel) {} in emitDwarfLineEndEntry() argument 1151 const MCSymbol *LastLabel, in emitDwarfAdvanceLineAddr() argument
|