HomeSort by relevance Sort by last modified time
    Searched refs:EmitSLEB128 (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
ByteStreamer.h 34 virtual void EmitSLEB128(uint64_t DWord, const Twine &Comment = "") = 0;
48 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override {
50 AP.EmitSLEB128(DWord);
66 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override {
94 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override {
AsmPrinterDwarf.cpp 42 /// EmitSLEB128 - emit the specified signed leb128 value.
43 void AsmPrinter::EmitSLEB128(int64_t Value, const char *Desc) const {
EHStreamer.cpp 629 Asm->EmitSLEB128(Action.ValueForTypeID);
643 Asm->EmitSLEB128(Action.NextAction);
DIE.cpp 265 case dwarf::DW_FORM_sdata: Asm->EmitSLEB128(Integer); return;
DwarfDebug.cpp 134 BS.EmitSLEB128(Value, Twine(Value));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
ByteStreamer.h 34 virtual void EmitSLEB128(uint64_t DWord, const Twine &Comment = "") = 0;
48 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override {
50 AP.EmitSLEB128(DWord);
66 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override {
94 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override {
AsmPrinterDwarf.cpp 38 /// EmitSLEB128 - emit the specified signed leb128 value.
39 void AsmPrinter::EmitSLEB128(int64_t Value, const char *Desc) const {
DIE.cpp 101 AP->EmitSLEB128(AttrData.getValue());
421 Asm->EmitSLEB128(Integer);
EHStreamer.cpp 583 Asm->EmitSLEB128(Action.ValueForTypeID);
597 Asm->EmitSLEB128(Action.NextAction);
DwarfDebug.cpp 177 BS.EmitSLEB128(Value, Twine(Value));
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
AsmPrinter.h 353 /// EmitSLEB128 - emit the specified signed leb128 value.
354 void EmitSLEB128(int Value, const char *Desc = 0) const;
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 409 void EmitSLEB128(int64_t Value, const char *Desc = nullptr) const;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 34 /// EmitSLEB128 - emit the specified signed leb128 value.
35 void AsmPrinter::EmitSLEB128(int Value, const char *Desc) const {
DwarfException.cpp 661 Asm->EmitSLEB128(Action.ValueForTypeID);
676 Asm->EmitSLEB128(Action.NextAction);
DIE.cpp 203 case dwarf::DW_FORM_sdata: Asm->EmitSLEB128(Integer); return;
DwarfDebug.cpp     [all...]
AsmPrinter.cpp 808 EmitSLEB128(Offset);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
AsmPrinter.h 504 void EmitSLEB128(int64_t Value, const char *Desc = nullptr) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DwarfGenerator.cpp 250 Asm.EmitSLEB128(Entry.Value);

Completed in 248 milliseconds