Home
last modified time | relevance | path

Searched refs:EmitSLEB128IntValue (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp43 OutStreamer->EmitSLEB128IntValue(Value); in EmitSLEB128()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCStreamer.h642 void EmitSLEB128IntValue(int64_t Value);
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectStreamer.cpp273 EmitSLEB128IntValue(IntValue); in EmitSLEB128Value()
H A DMCDwarf.cpp1398 Streamer.EmitSLEB128IntValue(Offset); in EmitCFIInstruction()
1596 Streamer.EmitSLEB128IntValue(getDataAlignmentFactor(Streamer)); in EmitCIE()
H A DMCStreamer.cpp148 void MCStreamer::EmitSLEB128IntValue(int64_t Value) { in EmitSLEB128IntValue() function in MCStreamer
H A DMCAsmStreamer.cpp999 EmitSLEB128IntValue(IntValue); in EmitSLEB128Value()