Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp56 void AsmPrinter::emitLabelDifferenceAsULEB128(const MCSymbol *Hi, in emitLabelDifferenceAsULEB128() function in AsmPrinter
215 emitLabelDifferenceAsULEB128(Hi, Lo); in emitCallSiteOffset()
H A DEHStreamer.cpp492 Asm->emitLabelDifferenceAsULEB128(TTBaseLabel, TTBaseRefLabel); in emitExceptionTable()
502 Asm->emitLabelDifferenceAsULEB128(CstEndLabel, CstBeginLabel); in emitExceptionTable()
H A DDwarfDebug.cpp2781 Asm->emitLabelDifferenceAsULEB128(Begin, Base); in emitRangeList()
2783 Asm->emitLabelDifferenceAsULEB128(End, Base); in emitRangeList()
2794 Asm->emitLabelDifferenceAsULEB128(End, Begin); in emitRangeList()
H A DAsmPrinter.cpp1159 emitLabelDifferenceAsULEB128(MBBSymbol, FunctionSymbol); in emitBBAddrMapSection()
1162 emitLabelDifferenceAsULEB128(MBB.getEndSymbol(), MBBSymbol); in emitBBAddrMapSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h585 void emitLabelDifferenceAsULEB128(const MCSymbol *Hi,