Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp43 OutStreamer->EmitSLEB128IntValue(Value); in EmitSLEB128()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h676 void EmitSLEB128IntValue(int64_t Value);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectStreamer.cpp324 EmitSLEB128IntValue(IntValue); in EmitSLEB128Value()
DMCDwarf.cpp1413 Streamer.EmitSLEB128IntValue(Offset); in EmitCFIInstruction()
1611 Streamer.EmitSLEB128IntValue(getDataAlignmentFactor(Streamer)); in EmitCIE()
DMCStreamer.cpp155 void MCStreamer::EmitSLEB128IntValue(int64_t Value) { in EmitSLEB128IntValue() function in MCStreamer
DMCAsmStreamer.cpp1048 EmitSLEB128IntValue(IntValue); in EmitSLEB128Value()