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

  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 361 /// EmitSLEB128 - emit the specified signed leb128 value.
362 void EmitSLEB128(int Value, const char *Desc = 0) const;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 35 /// EmitSLEB128 - emit the specified signed leb128 value.
36 void AsmPrinter::EmitSLEB128(int Value, const char *Desc) const {
DwarfException.cpp 658 Asm->EmitSLEB128(Action.ValueForTypeID);
672 Asm->EmitSLEB128(Action.NextAction);
DIE.cpp 195 case dwarf::DW_FORM_sdata: Asm->EmitSLEB128(Integer); return;
DwarfDebug.cpp     [all...]
AsmPrinter.cpp 841 EmitSLEB128(Offset);
    [all...]

Completed in 60 milliseconds