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()
824 emitLabelDifference(LineEndSym, LineStartSym, in emitLineTableForUnit()
856 emitLabelDifference(PrologueEndSym, PrologueStartSym, P.FormParams.Format, in emitLineTablePrologue()
1192 void DwarfStreamer::emitLabelDifference(const MCSymbol *Hi, const MCSymbol *Lo, in emitLabelDifference() function in DwarfStreamer
1196 Asm->emitLabelDifference(Hi, Lo, Size); in emitLabelDifference()
1221 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.cpp151 emitLabelDifference(Label, Label->getSection().getBeginSymbol(), in emitDwarfSymbolReference()
191 emitLabelDifference(Hi, Lo, GetSizeOfEncodedValue(Encoding)); in emitCallSiteOffset()
H A DAccelTable.cpp276 Asm->emitLabelDifference(Hash->Sym, Base, Asm->getDwarfOffsetByteSize()); in emitOffsets()
393 Asm->emitLabelDifference(Ctx.AbbrevEnd, Ctx.AbbrevStart, sizeof(uint32_t)); in emit()
569 Asm->emitLabelDifference(ParentSymbolIt->getSecond(), EntryPool, 4); in emitEntry()
H A DDwarfDebug.cpp2792 Asm->emitLabelDifference(List.Label, Holder.getRnglistsTableBaseSym(), in emitRnglistsTableHeader()
2812 Asm->emitLabelDifference(List.Label, DebugLocs.getSym(), in emitLoclistsTableHeader()
2886 Asm->emitLabelDifference(Begin, Base, Size); in emitRangeList()
2887 Asm->emitLabelDifference(End, Base, Size); in emitRangeList()
2979 Asm->emitLabelDifference(Entry.End, Entry.Begin, 4); in emitDebugLocDWO()
3120 Asm->emitLabelDifference(Span.End, Span.Start, PtrSize); in emitDebugARanges()
H A DDIE.cpp535 AP->emitLabelDifference(LabelHi, LabelLo, in emitValue()
H A DAsmPrinter.cpp1629 emitLabelDifference(Sym, Base, RelativeRelocSize); in emitPCSections()
1635 emitLabelDifference(Sym, Prev, 4); in emitPCSections()
3069 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.h272 void emitLabelDifference(const MCSymbol *Hi, const MCSymbol *Lo,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h671 void emitLabelDifference(const MCSymbol *Hi, const MCSymbol *Lo,