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

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 35 /// EmitSLEB128 - emit the specified signed leb128 value.
36 void AsmPrinter::EmitSLEB128(int64_t Value, const char *Desc) const {
DwarfException.cpp 657 Asm->EmitSLEB128(Action.ValueForTypeID);
671 Asm->EmitSLEB128(Action.NextAction);
DIE.cpp 224 case dwarf::DW_FORM_sdata: Asm->EmitSLEB128(Integer); return;
DwarfDebug.cpp     [all...]
AsmPrinter.cpp 846 EmitSLEB128(!MLoc.isIndirect() ? 0 : MLoc.getOffset());
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 375 /// EmitSLEB128 - emit the specified signed leb128 value.
376 void EmitSLEB128(int64_t Value, const char *Desc = 0) const;

Completed in 41 milliseconds