Home
last modified time | relevance | path

Searched refs:emitLabelDifferenceAsULEB128 (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinterDwarf.cpp189 emitLabelDifferenceAsULEB128(Hi, Lo); in emitCallSiteOffset()
HDEHStreamer.cpp500 Asm->emitLabelDifferenceAsULEB128(TTBaseLabel, TTBaseRefLabel); in emitExceptionTable()
510 Asm->emitLabelDifferenceAsULEB128(CstEndLabel, CstBeginLabel); in emitExceptionTable()
HDAsmPrinter.cpp1422 emitLabelDifferenceAsULEB128(MBBSymbol, PrevMBBEndSymbol); in emitBBAddrMapSection()
1425 emitLabelDifferenceAsULEB128(MBB.getEndSymbol(), MBBSymbol); in emitBBAddrMapSection()
1633 emitLabelDifferenceAsULEB128(Sym, Prev); in emitPCSections()
3075 void AsmPrinter::emitLabelDifferenceAsULEB128(const MCSymbol *Hi, in emitLabelDifferenceAsULEB128() function in AsmPrinter
HDDwarfDebug.cpp2882 Asm->emitLabelDifferenceAsULEB128(Begin, Base); in emitRangeList()
2884 Asm->emitLabelDifferenceAsULEB128(End, Base); in emitRangeList()
2895 Asm->emitLabelDifferenceAsULEB128(End, Begin); in emitRangeList()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDAsmPrinter.h675 void emitLabelDifferenceAsULEB128(const MCSymbol *Hi,