Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCPseudoProbe.cpp56 MCOS->emitSLEB128IntValue(Delta); in emit()
H A DMCDwarf.cpp1425 Streamer.emitSLEB128IntValue(Offset); in emitCFIInstruction()
1633 Streamer.emitSLEB128IntValue(getDataAlignmentFactor(Streamer)); in EmitCIE()
H A DMCObjectStreamer.cpp323 emitSLEB128IntValue(IntValue); in emitSLEB128Value()
H A DMCAsmStreamer.cpp1269 emitSLEB128IntValue(IntValue); in emitSLEB128Value()
2422 emitSLEB128IntValue(LineDelta); in emitDwarfAdvanceLineAddr()
H A DMCStreamer.cpp168 void MCStreamer::emitSLEB128IntValue(int64_t Value) { in emitSLEB128IntValue() function in MCStreamer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp44 OutStreamer->emitSLEB128IntValue(Value); in emitSLEB128()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCStreamer.h722 void emitSLEB128IntValue(int64_t Value);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp608 MS->emitSLEB128IntValue(LineDelta); in emitLineTableForUnit()