Home
last modified time | relevance | path

Searched defs:emitSLEB128 (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h48 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() function
67 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() function
96 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() function
DAsmPrinterDwarf.cpp40 void AsmPrinter::emitSLEB128(int64_t Value, const char *Desc) const { in emitSLEB128() function in AsmPrinter