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

  /external/llvm/lib/CodeGen/AsmPrinter/
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");
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 57 /// EmitULEB128 - emit the specified signed leb128 value.
58 void AsmPrinter::EmitULEB128(unsigned Value, const char *Desc,

Completed in 87 milliseconds