Home
last modified time | relevance | path

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

/freebsd/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()
825 emitLabelDifference(LineEndSym, LineStartSym, in emitLineTableForUnit()
857 emitLabelDifference(PrologueEndSym, PrologueStartSym, P.FormParams.Format, in emitLineTablePrologue()
1197 void DwarfStreamer::emitLabelDifference(const MCSymbol *Hi, const MCSymbol *Lo, in emitLabelDifference() function in DwarfStreamer
1201 Asm->emitLabelDifference(Hi, Lo, Size); in emitLabelDifference()
1226 Asm->emitLabelDifference(EndLabel, BeginLabel, 4); // Length in emitPubSectionForUnit()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp150 emitLabelDifference(Label, Label->getSection().getBeginSymbol(), in emitDwarfSymbolReference()
190 emitLabelDifference(Hi, Lo, GetSizeOfEncodedValue(Encoding)); in emitCallSiteOffset()
H A DAccelTable.cpp275 Asm->emitLabelDifference(Hash->Sym, Base, Asm->getDwarfOffsetByteSize()); in emitOffsets()
392 Asm->emitLabelDifference(Ctx.AbbrevEnd, Ctx.AbbrevStart, sizeof(uint32_t)); in emit()
568 Asm->emitLabelDifference(ParentSymbolIt->getSecond(), EntryPool, 4); in emitEntry()
H A DDwarfDebug.cpp3230 Asm->emitLabelDifference(List.Label, Holder.getRnglistsTableBaseSym(), in emitRnglistsTableHeader()
3250 Asm->emitLabelDifference(List.Label, DebugLocs.getSym(), in emitLoclistsTableHeader()
3335 Asm->emitLabelDifference(Begin, Base, Size); in emitRangeList()
3336 Asm->emitLabelDifference(End, Base, Size); in emitRangeList()
3428 Asm->emitLabelDifference(Entry.End, Entry.Begin, 4); in emitDebugLocDWO()
3569 Asm->emitLabelDifference(Span.End, Span.Start, PtrSize); in emitDebugARanges()
H A DDIE.cpp538 AP->emitLabelDifference(LabelHi, LabelLo, in emitValue()
H A DAsmPrinter.cpp1716 emitLabelDifference(Sym, Base, RelativeRelocSize); in emitPCSections()
1722 emitLabelDifference(Sym, Prev, 4); in emitPCSections()
3405 void AsmPrinter::emitLabelDifference(const MCSymbol *Hi, const MCSymbol *Lo, in emitLabelDifference() function in AsmPrinter
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h277 void emitLabelDifference(const MCSymbol *Hi, const MCSymbol *Lo,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h706 void emitLabelDifference(const MCSymbol *Hi, const MCSymbol *Lo,