Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp47 OutStreamer.EmitSLEB128IntValue(Value); in EmitSLEB128()
/external/llvm/lib/MC/
DMCObjectStreamer.cpp170 EmitSLEB128IntValue(IntValue); in EmitSLEB128Value()
DMCDwarf.cpp1122 Streamer.EmitSLEB128IntValue(Offset); in EmitCFIInstruction()
1297 streamer.EmitSLEB128IntValue(getDataAlignmentFactor(streamer)); in EmitCIE()
DMCStreamer.cpp101 void MCStreamer::EmitSLEB128IntValue(int64_t Value) { in EmitSLEB128IntValue() function in MCStreamer
DMCAsmStreamer.cpp717 EmitSLEB128IntValue(IntValue); in EmitSLEB128Value()
/external/llvm/include/llvm/MC/
DMCStreamer.h558 void EmitSLEB128IntValue(int64_t Value);
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp882 MS->EmitSLEB128IntValue(LineDelta); in emitLineTableForUnit()