Home
last modified time | relevance | path

Searched refs:emitSLEB128IntValue (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1464 Streamer.emitSLEB128IntValue(Offset); in emitCFIInstruction()
1521 Streamer.emitSLEB128IntValue(Offset); in emitCFIInstruction()
1696 Streamer.emitSLEB128IntValue(getDataAlignmentFactor(Streamer)); in EmitCIE()
H A DMCPseudoProbe.cpp82 MCOS->emitSLEB128IntValue(Delta); in emit()
H A DMCObjectStreamer.cpp265 emitSLEB128IntValue(IntValue); in emitSLEB128Value()
H A DMCAsmStreamer.cpp1413 emitSLEB128IntValue(IntValue); in emitSLEB128Value()
2665 emitSLEB128IntValue(LineDelta); in emitDwarfAdvanceLineAddr()
H A DMCStreamer.cpp171 unsigned MCStreamer::emitSLEB128IntValue(int64_t Value) { in emitSLEB128IntValue() function in MCStreamer
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h761 unsigned emitSLEB128IntValue(int64_t Value);
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1160 MS->emitSLEB128IntValue(LineDelta); in emitLineTableRows()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3386 OutStreamer->emitSLEB128IntValue(Value); in emitSLEB128()