OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitULEB128
(Results
1 - 7
of
7
) sorted by null
/external/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);
547
Asm->
EmitULEB128
(idx);
552
Asm->
EmitULEB128
(S.Action);
580
Asm->
EmitULEB128
(CallSiteTableLength, "Call site table length", SizeAlign);
637
Asm->
EmitULEB128
(S.Action);
716
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
819
EmitULEB128
(Reg);
831
EmitULEB128
(Reg);
[
all
...]
/external/llvm/include/llvm/CodeGen/
AsmPrinter.h
356
///
EmitULEB128
- emit the specified unsigned leb128 value.
357
void
EmitULEB128
(unsigned Value, const char *Desc = 0,
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
196
EmitULEB128
(Rx);
201
EmitULEB128
(32);
202
EmitULEB128
(32);
206
EmitULEB128
(32);
207
EmitULEB128
(0);
220
EmitULEB128
(D1);
223
EmitULEB128
(8);
227
EmitULEB128
(D2);
230
EmitULEB128
(8);
[
all
...]
Completed in 401 milliseconds