Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp81 MCOS->emitSLEB128IntValue(Delta); in emit()
H A DMCDwarf.cpp1425 Streamer.emitSLEB128IntValue(Offset); in emitCFIInstruction()
1638 Streamer.emitSLEB128IntValue(getDataAlignmentFactor(Streamer)); in EmitCIE()
H A DMCObjectStreamer.cpp273 emitSLEB128IntValue(IntValue); in emitSLEB128Value()
H A DMCAsmStreamer.cpp1407 emitSLEB128IntValue(IntValue); in emitSLEB128Value()
2640 emitSLEB128IntValue(LineDelta); in emitDwarfAdvanceLineAddr()
H A DMCStreamer.cpp171 unsigned MCStreamer::emitSLEB128IntValue(int64_t Value) { in emitSLEB128IntValue() function in MCStreamer
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h739 unsigned emitSLEB128IntValue(int64_t Value);
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1155 MS->emitSLEB128IntValue(LineDelta); in emitLineTableRows()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3050 OutStreamer->emitSLEB128IntValue(Value); in emitSLEB128()