Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp40 OutStreamer->emitSLEB128IntValue(Value); in emitSLEB128()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCPseudoProbe.cpp65 MCOS->emitSLEB128IntValue(Delta); in emit()
H A DMCDwarf.cpp1420 Streamer.emitSLEB128IntValue(Offset); in emitCFIInstruction()
1630 Streamer.emitSLEB128IntValue(getDataAlignmentFactor(Streamer)); in EmitCIE()
H A DMCObjectStreamer.cpp352 emitSLEB128IntValue(IntValue); in emitSLEB128Value()
H A DMCAsmStreamer.cpp1309 emitSLEB128IntValue(IntValue); in emitSLEB128Value()
2507 emitSLEB128IntValue(LineDelta); in emitDwarfAdvanceLineAddr()
H A DMCStreamer.cpp171 void MCStreamer::emitSLEB128IntValue(int64_t Value) { in emitSLEB128IntValue() function in MCStreamer
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCStreamer.h758 void emitSLEB128IntValue(int64_t Value);
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp621 MS->emitSLEB128IntValue(LineDelta); in emitLineTableForUnit()