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.cpp185 EmitSLEB128IntValue(IntValue); in EmitSLEB128Value()
DMCDwarf.cpp1110 Streamer.EmitSLEB128IntValue(Offset); in EmitCFIInstruction()
1307 Streamer.EmitSLEB128IntValue(getDataAlignmentFactor(Streamer)); in EmitCIE()
DMCStreamer.cpp103 void MCStreamer::EmitSLEB128IntValue(int64_t Value) { in EmitSLEB128IntValue() function in MCStreamer
DMCAsmStreamer.cpp761 EmitSLEB128IntValue(IntValue); in EmitSLEB128Value()
/external/llvm/include/llvm/MC/
DMCStreamer.h543 void EmitSLEB128IntValue(int64_t Value);
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp997 MS->EmitSLEB128IntValue(LineDelta); in emitLineTableForUnit()