Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp44 OutStreamer->emitSLEB128IntValue(Value); in emitSLEB128()
/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h724 void emitSLEB128IntValue(int64_t Value);
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp582 MS->emitSLEB128IntValue(LineDelta); in emitLineTableForUnit()
/external/llvm-project/llvm/lib/MC/
DMCObjectStreamer.cpp321 emitSLEB128IntValue(IntValue); in emitSLEB128Value()
DMCDwarf.cpp1460 Streamer.emitSLEB128IntValue(Offset); in emitCFIInstruction()
1668 Streamer.emitSLEB128IntValue(getDataAlignmentFactor(Streamer)); in EmitCIE()
DMCStreamer.cpp168 void MCStreamer::emitSLEB128IntValue(int64_t Value) { in emitSLEB128IntValue() function in MCStreamer
DMCAsmStreamer.cpp1195 emitSLEB128IntValue(IntValue); in emitSLEB128Value()