Home
last modified time | relevance | path

Searched refs:EmitSLEB128 (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h34 virtual void EmitSLEB128(uint64_t DWord, const Twine &Comment = "") = 0;
48 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() function
50 AP.EmitSLEB128(DWord); in EmitSLEB128()
66 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() function
94 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() function
DEHStreamer.cpp629 Asm->EmitSLEB128(Action.ValueForTypeID); in emitExceptionTable()
643 Asm->EmitSLEB128(Action.NextAction); in emitExceptionTable()
DAsmPrinterDwarf.cpp43 void AsmPrinter::EmitSLEB128(int64_t Value, const char *Desc) const { in EmitSLEB128() function in AsmPrinter
DDIE.cpp265 case dwarf::DW_FORM_sdata: Asm->EmitSLEB128(Integer); return; in EmitValue()
DDwarfDebug.cpp134 BS.EmitSLEB128(Value, Twine(Value)); in EmitSigned()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h33 virtual void EmitSLEB128(uint64_t DWord, const Twine &Comment = "") = 0;
47 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() function
49 AP.EmitSLEB128(DWord); in EmitSLEB128()
65 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() function
93 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() function
DEHStreamer.cpp587 Asm->EmitSLEB128(Action.ValueForTypeID); in emitExceptionTable()
601 Asm->EmitSLEB128(Action.NextAction); in emitExceptionTable()
DAsmPrinterDwarf.cpp39 void AsmPrinter::EmitSLEB128(int64_t Value, const char *Desc) const { in EmitSLEB128() function in AsmPrinter
DDIE.cpp100 AP->EmitSLEB128(AttrData.getValue()); in Emit()
424 Asm->EmitSLEB128(Integer); in EmitValue()
DDwarfDebug.cpp179 getActiveStreamer().EmitSLEB128(Value, Twine(Value)); in emitSigned()
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h409 void EmitSLEB128(int64_t Value, const char *Desc = nullptr) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h535 void EmitSLEB128(int64_t Value, const char *Desc = nullptr) const;