/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-7.0/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 | 583 Asm->EmitSLEB128(Action.ValueForTypeID); in emitExceptionTable() 597 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 | 101 AP->EmitSLEB128(AttrData.getValue()); in Emit() 421 Asm->EmitSLEB128(Integer); in EmitValue()
|
D | DwarfDebug.cpp | 177 BS.EmitSLEB128(Value, Twine(Value)); in emitSigned()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterDwarf.cpp | 35 void AsmPrinter::EmitSLEB128(int Value, const char *Desc) const { in EmitSLEB128() function in AsmPrinter
|
D | DwarfException.cpp | 661 Asm->EmitSLEB128(Action.ValueForTypeID); in EmitExceptionTable() 676 Asm->EmitSLEB128(Action.NextAction); in EmitExceptionTable()
|
D | DIE.cpp | 203 case dwarf::DW_FORM_sdata: Asm->EmitSLEB128(Integer); return; in EmitValue()
|
D | DwarfDebug.cpp | 1854 Asm->EmitSLEB128(Entry.getInt()); in emitDebugLoc() 1876 Asm->EmitSLEB128(DV.getAddrElement(1)); in emitDebugLoc()
|
D | AsmPrinter.cpp | 808 EmitSLEB128(Offset); in EmitDwarfRegOp()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | AsmPrinter.h | 354 void EmitSLEB128(int Value, const char *Desc = 0) const;
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 409 void EmitSLEB128(int64_t Value, const char *Desc = nullptr) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 504 void EmitSLEB128(int64_t Value, const char *Desc = nullptr) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfGenerator.cpp | 250 Asm.EmitSLEB128(Entry.Value); in writeData()
|