Searched refs:emitLabelDifferenceAsULEB128 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterDwarf.cpp | 56 void AsmPrinter::emitLabelDifferenceAsULEB128(const MCSymbol *Hi, in emitLabelDifferenceAsULEB128() function in AsmPrinter 215 emitLabelDifferenceAsULEB128(Hi, Lo); in emitCallSiteOffset()
|
| H A D | EHStreamer.cpp | 492 Asm->emitLabelDifferenceAsULEB128(TTBaseLabel, TTBaseRefLabel); in emitExceptionTable() 502 Asm->emitLabelDifferenceAsULEB128(CstEndLabel, CstBeginLabel); in emitExceptionTable()
|
| H A D | DwarfDebug.cpp | 2781 Asm->emitLabelDifferenceAsULEB128(Begin, Base); in emitRangeList() 2783 Asm->emitLabelDifferenceAsULEB128(End, Base); in emitRangeList() 2794 Asm->emitLabelDifferenceAsULEB128(End, Begin); in emitRangeList()
|
| H A D | AsmPrinter.cpp | 1159 emitLabelDifferenceAsULEB128(MBBSymbol, FunctionSymbol); in emitBBAddrMapSection() 1162 emitLabelDifferenceAsULEB128(MBB.getEndSymbol(), MBBSymbol); in emitBBAddrMapSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 585 void emitLabelDifferenceAsULEB128(const MCSymbol *Hi,
|