Searched defs:EmitSLEB128 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp38 /// EmitSLEB128 - emit the specified signed leb128 value.
39 void AsmPrinter::EmitSLEB128(int64_t Value, const char *Desc) const { function in class:AsmPrinter
212 Streamer.EmitSLEB128(Offset);

Completed in 84 milliseconds