Home
last modified time | relevance | path

Searched refs:emitLabelDifference (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp319 Asm->emitLabelDifference(EndLabel, BeginLabel, sizeof(uint32_t)); in emitStringOffsets()
454 Asm->emitLabelDifference(EndLabel, BeginLabel, 4); // Arange length in emitDwarfDebugArangesTable()
518 Asm->emitLabelDifference(EndLabel, BeginLabel, sizeof(uint32_t)); in emitDwarfDebugRangeListHeader()
615 Asm->emitLabelDifference(EndLabel, BeginLabel, sizeof(uint32_t)); in emitDwarfDebugLocListHeader()
716 Asm->emitLabelDifference(EndLabel, BeginLabel, sizeof(uint32_t)); in emitDwarfDebugAddrsHeader()
824 emitLabelDifference(LineEndSym, LineStartSym, in emitLineTableForUnit()
856 emitLabelDifference(PrologueEndSym, PrologueStartSym, P.FormParams.Format, in emitLineTablePrologue()
1183 void DwarfStreamer::emitLabelDifference(const MCSymbol *Hi, const MCSymbol *Lo, in emitLabelDifference() function in DwarfStreamer
1187 Asm->emitLabelDifference(Hi, Lo, Size); in emitLabelDifference()
1212 Asm->emitLabelDifference(EndLabel, BeginLabel, 4); // Length in emitPubSectionForUnit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp151 emitLabelDifference(Label, Label->getSection().getBeginSymbol(), in emitDwarfSymbolReference()
191 emitLabelDifference(Hi, Lo, GetSizeOfEncodedValue(Encoding)); in emitCallSiteOffset()
H A DAccelTable.cpp280 Asm->emitLabelDifference(Hash->Sym, Base, Asm->getDwarfOffsetByteSize()); in emitOffsets()
396 Asm->emitLabelDifference(Ctx.AbbrevEnd, Ctx.AbbrevStart, sizeof(uint32_t)); in emit()
607 Asm->emitLabelDifference(ParentSymbolIt->getSecond(), EntryPool, 4); in emitEntry()
H A DDwarfDebug.cpp2791 Asm->emitLabelDifference(List.Label, Holder.getRnglistsTableBaseSym(), in emitRnglistsTableHeader()
2811 Asm->emitLabelDifference(List.Label, DebugLocs.getSym(), in emitLoclistsTableHeader()
2885 Asm->emitLabelDifference(Begin, Base, Size); in emitRangeList()
2886 Asm->emitLabelDifference(End, Base, Size); in emitRangeList()
2978 Asm->emitLabelDifference(Entry.End, Entry.Begin, 4); in emitDebugLocDWO()
3132 Asm->emitLabelDifference(Span.End, Span.Start, PtrSize); in emitDebugARanges()
H A DDIE.cpp539 AP->emitLabelDifference(LabelHi, LabelLo, in emitValue()
H A DAsmPrinter.cpp1619 emitLabelDifference(Sym, Base, RelativeRelocSize); in emitPCSections()
1625 emitLabelDifference(Sym, Prev, 4); in emitPCSections()
3061 void AsmPrinter::emitLabelDifference(const MCSymbol *Hi, const MCSymbol *Lo, in emitLabelDifference() function in AsmPrinter
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h275 void emitLabelDifference(const MCSymbol *Hi, const MCSymbol *Lo,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h676 void emitLabelDifference(const MCSymbol *Hi, const MCSymbol *Lo,