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

  /external/llvm/lib/CodeGen/AsmPrinter/
ByteStreamer.h 35 virtual void EmitULEB128(uint64_t DWord, const Twine &Comment = "") = 0;
52 void EmitULEB128(uint64_t DWord, const Twine &Comment) override {
54 AP.EmitULEB128(DWord);
69 void EmitULEB128(uint64_t DWord, const Twine &Comment) override {
100 void EmitULEB128(uint64_t DWord, const Twine &Comment) override {
DIE.cpp 66 AP->EmitULEB128(Tag, dwarf::TagString(Tag));
69 AP->EmitULEB128((unsigned)Children, dwarf::ChildrenString(Children));
76 AP->EmitULEB128(AttrData.getAttribute(),
80 AP->EmitULEB128(AttrData.getForm(),
85 AP->EmitULEB128(0, "EOM(1)");
86 AP->EmitULEB128(0, "EOM(2)");
262 case dwarf::DW_FORM_GNU_str_index: Asm->EmitULEB128(Integer); return;
263 case dwarf::DW_FORM_GNU_addr_index: Asm->EmitULEB128(Integer); return;
264 case dwarf::DW_FORM_udata: Asm->EmitULEB128(Integer); return;
506 Asm->EmitULEB128(Size); break
    [all...]
AsmPrinterDwarf.cpp 50 /// EmitULEB128 - emit the specified unsigned leb128 value.
51 void AsmPrinter::EmitULEB128(uint64_t Value, const char *Desc,
256 EmitULEB128(Die.getAbbrevNumber());
286 EmitULEB128(Abbrev.getNumber(), "Abbreviation Code");
EHStreamer.cpp 485 Asm->EmitULEB128(TTypeBaseOffset, "@TType base offset", SizeAlign);
496 Asm->EmitULEB128(CallSiteTableLength, "Call site table length", SizeAlign);
510 Asm->EmitULEB128(idx);
522 Asm->EmitULEB128(S.Action);
549 Asm->EmitULEB128(CallSiteTableLength, "Call site table length", SizeAlign);
600 Asm->EmitULEB128(S.Action);
687 Asm->EmitULEB128(TypeID);
DwarfDebug.cpp 138 BS.EmitULEB128(Value, Twine(Value));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.cpp 59 AP->EmitULEB128(Tag, dwarf::TagString(Tag));
63 AP->EmitULEB128(ChildrenFlag, dwarf::ChildrenString(ChildrenFlag));
71 AP->EmitULEB128(AttrData.getAttribute(),
76 AP->EmitULEB128(AttrData.getForm(),
81 AP->EmitULEB128(0, "EOM(1)");
82 AP->EmitULEB128(0, "EOM(2)");
202 case dwarf::DW_FORM_udata: Asm->EmitULEB128(Integer); return;
342 case dwarf::DW_FORM_block: Asm->EmitULEB128(Size); break;
DwarfException.cpp 510 Asm->EmitULEB128(TTypeBaseOffset, "@TType base offset", SizeAlign);
521 Asm->EmitULEB128(CallSiteTableLength, "Call site table length", SizeAlign);
537 Asm->EmitULEB128(idx);
549 Asm->EmitULEB128(S.Action);
577 Asm->EmitULEB128(CallSiteTableLength, "Call site table length", SizeAlign);
631 Asm->EmitULEB128(S.Action);
713 Asm->EmitULEB128(TypeID);
AsmPrinterDwarf.cpp 57 /// EmitULEB128 - emit the specified signed leb128 value.
58 void AsmPrinter::EmitULEB128(unsigned Value, const char *Desc,
DwarfDebug.cpp     [all...]
AsmPrinter.cpp 806 EmitULEB128(Reg);
818 EmitULEB128(Reg);
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 412 void EmitULEB128(uint64_t Value, const char *Desc = nullptr,
460 EmitULEB128(0, "EOM(3)");
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
AsmPrinter.h 356 /// EmitULEB128 - emit the specified unsigned leb128 value.
357 void EmitULEB128(unsigned Value, const char *Desc = 0,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 476 void EmitULEB128(uint64_t Value, const char *Desc = nullptr,
526 EmitULEB128(0, "EOM(3)");
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 476 void EmitULEB128(uint64_t Value, const char *Desc = nullptr,
526 EmitULEB128(0, "EOM(3)");
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 476 void EmitULEB128(uint64_t Value, const char *Desc = nullptr,
526 EmitULEB128(0, "EOM(3)");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 476 void EmitULEB128(uint64_t Value, const char *Desc = nullptr,
526 EmitULEB128(0, "EOM(3)");
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 476 void EmitULEB128(uint64_t Value, const char *Desc = nullptr,
526 EmitULEB128(0, "EOM(3)");
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 476 void EmitULEB128(uint64_t Value, const char *Desc = nullptr,
526 EmitULEB128(0, "EOM(3)");
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 476 void EmitULEB128(uint64_t Value, const char *Desc = nullptr,
526 EmitULEB128(0, "EOM(3)");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 476 void EmitULEB128(uint64_t Value, const char *Desc = nullptr,
526 EmitULEB128(0, "EOM(3)");
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMAsmPrinter.cpp 252 EmitULEB128(Rx);
257 EmitULEB128(32);
258 EmitULEB128(32);
262 EmitULEB128(32);
263 EmitULEB128(0);
277 EmitULEB128(D1);
280 EmitULEB128(8);
284 EmitULEB128(D2);
287 EmitULEB128(8);
    [all...]

Completed in 2348 milliseconds