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 353 /// EmitSLEB128 - emit the specified signed leb128 value.
354 void EmitSLEB128(int Value, const char *Desc = 0) const;
  /external/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 673 Asm->EmitSLEB128(Action.ValueForTypeID);
679 Asm->EmitSLEB128(Action.NextAction);
DIE.cpp 203 case dwarf::DW_FORM_sdata: Asm->EmitSLEB128(Integer); return;
AsmPrinter.cpp 821 EmitSLEB128(Offset);
    [all...]
DwarfDebug.cpp     [all...]

Completed in 133 milliseconds