Searched refs:EmitSLEB128 (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | ByteStreamer.h | 34 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
|
D | EHStreamer.cpp | 629 Asm->EmitSLEB128(Action.ValueForTypeID); in emitExceptionTable() 643 Asm->EmitSLEB128(Action.NextAction); in emitExceptionTable()
|
D | AsmPrinterDwarf.cpp | 43 void AsmPrinter::EmitSLEB128(int64_t Value, const char *Desc) const { in EmitSLEB128() function in AsmPrinter
|
D | DIE.cpp | 265 case dwarf::DW_FORM_sdata: Asm->EmitSLEB128(Integer); return; in EmitValue()
|
D | DwarfDebug.cpp | 134 BS.EmitSLEB128(Value, Twine(Value)); in EmitSigned()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | ByteStreamer.h | 33 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
|
D | EHStreamer.cpp | 587 Asm->EmitSLEB128(Action.ValueForTypeID); in emitExceptionTable() 601 Asm->EmitSLEB128(Action.NextAction); in emitExceptionTable()
|
D | AsmPrinterDwarf.cpp | 39 void AsmPrinter::EmitSLEB128(int64_t Value, const char *Desc) const { in EmitSLEB128() function in AsmPrinter
|
D | DIE.cpp | 100 AP->EmitSLEB128(AttrData.getValue()); in Emit() 424 Asm->EmitSLEB128(Integer); in EmitValue()
|
D | DwarfDebug.cpp | 179 getActiveStreamer().EmitSLEB128(Value, Twine(Value)); in emitSigned()
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 409 void EmitSLEB128(int64_t Value, const char *Desc = nullptr) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 535 void EmitSLEB128(int64_t Value, const char *Desc = nullptr) const;
|